Click or drag to resize

ComplexMatrixRowCollection Methods

The ComplexMatrixRowCollection type exposes the following members.

Methods
  NameDescription
Public methodContains (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Public methodCopyTo (Inherited from ReadOnlyCollectionComplexMatrixRow.)
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 ReadOnlyCollectionComplexMatrixRow.)
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 ReadOnlyCollectionComplexMatrixRow.)
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 ReadOnlyObservableCollectionComplexMatrixRow.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollectionComplexMatrixRow.)
Public methodStatic memberToComplexMatrix
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionTAdd (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodICollectionTClear (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListClear
Removes all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListTInsert (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodICollectionTRemove (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListTRemoveAt (Inherited from ReadOnlyCollectionComplexMatrixRow.)
Explicit interface implementationPrivate methodIListRemoveAt
Removes the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionComplexMatrixRow.)
Top
See Also