Fork me on GitHubEpicdominant domains
APIEpicIRepository<(Of <(<'TEntity, TIdentity>)>)>Item[([( TIdentity])])

Item Property (identity)
Gets the TEntity identified by identity.

Assembly: Epic.Core

Declaration Syntax
C#
TEntity this[
	TIdentity identity
] { get; }
Parameters
identity (TIdentity)
TEntity's identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionidentity is nullNothingnullptr.
KeyNotFoundException<(Of <(<'TKey>)>)>No TEntity is identified by identity.
blog comments powered by Disqus