CalculatedMemberCollection.Remove Method |
Removes the first occurrence of a specific object from the
ICollection<T>.
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntaxpublic bool Remove(
CalculatedMember item
)
Public Function Remove (
item As CalculatedMember
) As Boolean
public:
virtual bool Remove(
CalculatedMember^ item
) sealed
abstract Remove :
item : CalculatedMember -> bool
override Remove :
item : CalculatedMember -> bool
Parameters
- item
- Type: Dundas.BI.Data.CubeDescriptors.CalculatedMember
The object to remove from the ICollection<T>.
Return Value
Type:
Booleantrue if
item was successfully removed from the
ICollection<T>; otherwise,
false. This method also returns
false if
item is not found in the original
ICollection<T>.
Implements
ICollection<T>.Remove(T)
Exceptions
See Also