OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.Add Method 

Adds a new element to the specified collection.

public static bool Add(
   ICollection c,
   object obj
);

Parameters

c
Collection where the new element will be added.
obj
Object to add.

Return Value

true

See Also

SupportClass.ICollectionSupport Class | (global) Namespace