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

Item Property (key)
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
ExceptionCondition
ArgumentNullExceptionkey is nullNothingnullptr.
KeyNotFoundException<(Of <(<'TKey>)>)>The property is retrieved and key is not found.
blog comments powered by Disqus