Click or drag to resize
Accord.NET (logo)

NpzDictionary Properties

The NpzDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection.
(Inherited from NpzDictionaryT.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from NpzDictionaryT.)
Public propertyIsSynchronized
Gets a value indicating whether the access to collection is synchronized (thread-safe).
(Inherited from NpzDictionaryT.)
Public propertyItem
Gets the array stored under the given key.
(Inherited from NpzDictionaryT.)
Public propertyKeys
Gets an enumerable collection that contains the keys in the read-only dictionary.
(Inherited from NpzDictionaryT.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from NpzDictionaryT.)
Public propertyValues
Gets an enumerable collection that contains the values in the read-only dictionary.
(Inherited from NpzDictionaryT.)
Top
See Also