| Contains | Determines whether an element is in the ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| CopyTo | Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| 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 ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnCollectionChanged | Raises the CollectionChanged event using the provided arguments. (Inherited from ReadOnlyObservableCollectionComplexMatrixRow) |
| OnPropertyChanged | Raises the PropertyChanged event using the provided arguments. (Inherited from ReadOnlyObservableCollectionComplexMatrixRow) |
| ToComplexMatrix | Converts from ComplexMatrixRowCollection to ComplexMatrix. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ICollectionTAdd | Adds an item to the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListAdd | Adds an item to the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| ICollectionTClear | Removes all items from the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListClear | Removes all items from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListContains | Determines whether the IList contains a specific value. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| ICollectionCopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListIndexOf | Determines the index of a specific item in the IList. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListTInsert | Inserts an item to the IListT at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListInsert | Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| ICollectionTRemove | Removes the first occurrence of a specific object from the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListRemove | Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListTRemoveAt | Removes the IListT item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |
| IListRemoveAt | Removes the IList item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionComplexMatrixRow) |