OrderedDictionary2.Item

OrderedDictionary<TKey,TValue> indexer (1 of 2)

public TValue this[TKey key] { get; set; }

See Also


OrderedDictionary<TKey,TValue> indexer (2 of 2)

public TValue this[int index] { get; set; }

See Also