Returns the TEntity identified by the specified identity.
Assembly: Epic.Query.Object
Declaration Syntax
| C# |
public TEntity this[ TIdentity identity ] { get; }
Parameters
- identity (TIdentity)
- Identity of the entity of interest.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | identity is nullNothingnullptr |
