Fork me on GitHubEpicdominant domains
APIEpic.CollectionsIIdentityMap<(Of <(<'TEntity, TIdentity>)>)>ForEachKnownEntity(Action<(Of <<'(TEntity>)>>))

ForEachKnownEntity Method (action)
Execute action to each known entity.

Assembly: Epic.Prelude

Declaration Syntax
C#
void ForEachKnownEntity(
	Action<TEntity> action
)
Parameters
action (Action<(Of <(<'TEntity>)>)>)
Action to execute on each known entity.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is nullNothingnullptr.
AggregatedOperationFailedException<(Of <(<'TIdentity>)>)>An exception occurred during the application of action to one or more known entities.
blog comments powered by Disqus