A map that provide access to TValue
given a TKey.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public interface IMap<TKey, TValue> where TKey : Object, IEquatable<TKey>
Generic Template Parameters
- TKey
- The type of keys in the map.
- TValue
- The type of values in the map.
Members
All Members | Properties | ||||
Member | Description | |
---|---|---|
Item[([( TKey])]) |
Gets the TValue with the specified key.
|