AssemblyCollectionRemove Method |
Removes the first occurrence of a specific object from the ICollectionT.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool Remove(
Assembly item
)
Public Function Remove (
item As Assembly
) As Boolean
Parameters
- item
- Type: System.ReflectionAssembly
The object to remove from the ICollectionT.
Return Value
Type:
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)
ExceptionsException | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also