CalculatedMemberCollection Methods

The CalculatedMemberCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains
Determines whether the ICollectionT contains a specific value.
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListCalculatedMember, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListCalculatedMember, T2(ICollectionT2, ReadOnlyDictionaryString, ActionCalculatedMember, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyCalculatedMember, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyCalculatedMember, T2(ICollectionT2, ReadOnlyDictionaryString, ActionCalculatedMember, T2)Overloaded. (Defined by ModelDataExtensions.)
Top
See Also