EntityBindingSourceAdd Method

Adds an item to the IList.

Definition

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

Parameters

value  Object
The Object to add to the IList.

Return Value

Int32
The position into which the new element was inserted.

Implements

IListAdd(Object)

Exceptions

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

See Also