ComplexMatrixRowCollection Methods

Methods

ContainsDetermines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
CopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
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 ReadOnlyCollectionComplexMatrixRow)
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 ReadOnlyCollectionComplexMatrixRow)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnCollectionChangedRaises the CollectionChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionComplexMatrixRow)
OnPropertyChangedRaises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionComplexMatrixRow)
ToComplexMatrix Converts from ComplexMatrixRowCollection to ComplexMatrix.
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 ReadOnlyCollectionComplexMatrixRow)
IListAddAdds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
ICollectionTClearRemoves all items from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListClearRemoves all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListContainsDetermines whether the IList contains a specific value.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
ICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListIndexOfDetermines the index of a specific item in the IList.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListTInsertInserts an item to the IListT at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListInsertInserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
ICollectionTRemoveRemoves the first occurrence of a specific object from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListRemoveRemoves the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListTRemoveAtRemoves the IListT item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)
IListRemoveAtRemoves the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow)

See Also