DoubleMatrixRowCollection Methods

Methods

ContainsDetermines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
CopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnCollectionChangedRaises the CollectionChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionDoubleMatrixRow)
OnPropertyChangedRaises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionDoubleMatrixRow)
ToDoubleMatrix Converts from DoubleMatrixRowCollection to DoubleMatrix.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Explicit Interface Implementations

ICollectionTAddAdds an item to the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListAddAdds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
ICollectionTClearRemoves all items from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListClearRemoves all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListContainsDetermines whether the IList contains a specific value.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
ICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListIndexOfDetermines the index of a specific item in the IList.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListTInsertInserts an item to the IListT at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListInsertInserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
ICollectionTRemoveRemoves the first occurrence of a specific object from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListRemoveRemoves the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListTRemoveAtRemoves the IListT item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)
IListRemoveAtRemoves the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionDoubleMatrixRow)

See Also