|
|
NpzDictionary Properties |
The NpzDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the collection.
(Inherited from NpzDictionaryT.) | |
| IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from NpzDictionaryT.) | |
| IsSynchronized |
Gets a value indicating whether the access to collection is synchronized (thread-safe).
(Inherited from NpzDictionaryT.) | |
| Item |
Gets the array stored under the given key.
(Inherited from NpzDictionaryT.) | |
| Keys |
Gets an enumerable collection that contains the keys in the read-only dictionary.
(Inherited from NpzDictionaryT.) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(Inherited from NpzDictionaryT.) | |
| Values |
Gets an enumerable collection that contains the values in the read-only dictionary.
(Inherited from NpzDictionaryT.) |