Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollectionTKey, TValue Properties

The ReadOnlyKeyedCollectionTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionTValue.)
Public propertyIsReadOnly
Returns true.
Public propertyItemInt32
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionTValue.)
Public propertyItemTKey
Gets or sets the element with the specified key.
Protected propertyItems
Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionTValue.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public propertyValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
See Also