ExpansionContextTRemove Method |
Removes an item from the list.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool Remove(
T item
)
Public Overridable Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
)
Parameters
- item
- Type: T
The item to remove.
Return Value
Type:
BooleanTrue, when the item was removed.
Implements
ICollectionTRemove(T)
See Also