Gets the TEntity with the specified key.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public TEntity this[ TIdentity key ] { get; }
Parameters
- key (TIdentity)
- Key of interest.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | key is nullNothingnullptr. |