EntityBindingSourceRemove Method

Removes the first occurrence of a specific object from the IList.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void Remove(
	Object value
)

Parameters

value  Object
The Object to remove from the IList.

Implements

IListRemove(Object)

Exceptions

NotSupportedExceptionThe IList is read-only.-or- The IList has a fixed size.

See Also