Click or drag to resize
Accord.NET (logo)

NpzDictionaryT Properties

The NpzDictionaryT generic type exposes the following members.

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