 | ResultFileCollectionRemove Method |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool Remove(
DataFileInfo item
)
Public Function Remove (
item As DataFileInfo
) As Boolean
public:
virtual bool Remove(
DataFileInfo^ item
) sealed
abstract Remove :
item : DataFileInfo -> bool
override Remove :
item : DataFileInfo -> bool
Parameters
- item DataFileInfo
- The object to remove from the ICollectionT.
Return Value
Boolean if
item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if
item is not found in the original
ICollectionT.
Implements
ICollectionTRemove(T)
Exceptions
See Also