Gets the TValue with the specified key.
Assembly: Epic.Prelude
Declaration Syntax
C# |
TValue this[ TKey key ] { get; }
Parameters
- key (TKey)
- The key of the element to get.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | key is nullNothingnullptr. |
KeyNotFoundException<(Of <(<'TKey>)>)> | The property is retrieved and key is not found. |