Click or drag to resize

DoubleMatrixRowCollection Methods

The DoubleMatrixRowCollection type exposes the following members.

Methods
  NameDescription
Public methodContains (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Public methodCopyTo (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionDoubleMatrixRow.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionDoubleMatrixRow.)
Public methodStatic memberToDoubleMatrix
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionTAdd (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodICollectionTClear (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListClear
Removes all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListTInsert (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodICollectionTRemove (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListTRemoveAt (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate methodIListRemoveAt
Removes the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Top
See Also