TBidiDictionary<TKey,TValue>.fKeysByValue Field

Represents field fKeysByValue.

Namespace: Spring.Collections.Dictionaries
private
 fKeysByValue: IDictionary<TValue, TKey>;

Field Value

Type: IDictionary<TValue, TKey>