Adds an existing item to the internal list.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public virtual int Add(
	Object value
)
Visual Basic (Declaration)
Public Overridable Function Add ( _
	value As Object _
) As Integer

Parameters

value
Type: System..::..Object
The Object to add.

Return Value

The position into which the new element was inserted.

See Also