DVTk API
Remove Method (value)
DVTkDvtkData.CollectionsNullSafeCollectionBaseRemove(Object)
DVTk API

[This is preliminary documentation and is subject to change.]

Removes the first occurrence of a specific item from the IList.
Declaration Syntax
C#Visual BasicVisual C++
protected void Remove(
	Object value
)
Protected Sub Remove ( _
	value As Object _
)
protected:
void Remove(
	Object^ value
)
Parameters
value (Object)
The item to remove from the IList.
Remarks
Method access is protected. Only to be accessed by subclass.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0