When implemented by a class, removes the first specific element occurrence from the IList interface.

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

Syntax

C#
void Remove(
	IElement element
)
Visual Basic (Declaration)
Sub Remove ( _
	element As IElement _
)
Visual C++
void Remove(
	IElement^ element
)

See Also