Gets the TEntity identified by identity.
Assembly: Epic.Core
Declaration Syntax
| C# |
TEntity this[ TIdentity identity ] { get; }
Parameters
- identity (TIdentity)
- TEntity's identifier.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | identity is nullNothingnullptr. |
| KeyNotFoundException<(Of <(<'TKey>)>)> | No TEntity is identified by identity. |
