ExpansionContextTRemove Method

Removes an item from the list.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual bool Remove(
	T item
)

Parameters

item  T
The item to remove.

Return Value

Boolean
True, when the item was removed.

Implements

ICollectionTRemove(T)

See Also