Removes the first occurrence of an element from the collection.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public void Remove(
	IElement value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As IElement _
)
Visual C++
public:
virtual void Remove(
	IElement^ value
) sealed

Implements

IElementList..::.Remove(IElement)

See Also