NpzDictionaryT Class |
Namespace: Accord.IO
public class NpzDictionary<T> : IDisposable, IEnumerable where T : class, ICloneable, IList, ICollection, IEnumerable, IStructuralComparable, IStructuralEquatable
The NpzDictionaryT type exposes the following members.
Name | Description | |
---|---|---|
NpzDictionaryT |
Initializes a new instance of the NpzDictionaryT class.
|
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.
|
Name | Description | |
---|---|---|
Add |
Throws a ReadOnlyException.
| |
Clear |
Throws a ReadOnlyException.
| |
Contains |
Determines whether the ICollectionT contains a specific value.
| |
ContainsKey |
Determines whether the read-only dictionary contains an element that has the specified key.
| |
CopyTo(Array, Int32) |
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
| |
CopyTo(T, Int32) |
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads the array from the specified stream.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Throws a ReadOnlyException.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Gets the value that is associated with the specified key.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
SetEqualsKeyValuePairString, T(IEnumerableKeyValuePairString, T) | Overloaded.
Compares two enumerables for set equality. Two
enumerables are set equal if they contain the
same elements, but not necessarily in the same
order.
(Defined by Matrix.) | |
SetEqualsT(IEnumerableT) | Overloaded. (Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |