Adds a new custom object to the collection.
If the item already exists in the collection, its index is returned.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public int Add( T item ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ item As T _ ) As Integer |
Parameters
- item
- Type: T