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