DateFormatCollectionRemove Method |
Removes the first occurrence of a specific element from the collection.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool Remove(
DateFormat item
)
Public Function Remove (
item As DateFormat
) As Boolean
public:
virtual bool Remove(
DateFormat^ item
) sealed
abstract Remove :
item : DateFormat -> bool
override Remove :
item : DateFormat -> bool
Parameters
- item
- Type: GroupDocs.Search.OptionsDateFormat
The item to remove from the collection.
Return Value
Type:
Booleantrue if item was successfully removed from the collection; otherwise,
false.
This method also returns
false if item is not found in the collection.
Implements
ICollectionTRemove(T)
See Also