Skip to content

Properties_T_Ekstrand_Collections_ITwoKeyDictionary

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

ITwoKeyDictionary Properties

The ITwoKeyDictionary type exposes the following members.

Properties

 

Name Description
Public property AKeys Gets an ICollection containing the A-keys of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>.
Public property BKeys Gets an ICollection containing the B-keys of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>.
Public property Count Gets the number of elements contained in the ICollection. (Inherited from ICollection.)
Public property IsFixedSize Gets a value indicating whether the ICollection is fixed size.
Public property IsReadOnly Gets a value indicating whether the ICollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.)
Public property Item Gets or sets the element with the specified key.
Public property SyncRoot Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.)
Public property Values Gets an ICollection containing the values of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>.
  Back to Top

See Also

Reference

ITwoKeyDictionary Interface
Ekstrand.Collections Namespace

Clone this wiki locally