Fork me on GitHubEpicdominant domains
APIEpic.CollectionsIMap<(Of <(<'TKey, TValue>)>)>

IMap<(Of <(<'TKey, TValue>)>)> Interface
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 MembersProperties    



MemberDescription
Item[([( TKey])])
Gets the TValue with the specified key.
blog comments powered by Disqus