GenericListWrapperTRemove Method |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Remove(
Object value
)
Public Sub Remove (
value As Object
)
public:
virtual void Remove(
Object^ value
) sealed
abstract Remove :
value : Object -> unit
override Remove :
value : Object -> unit
Parameters
- value
- Type: SystemObject
Implements
IListRemove(Object)See Also