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

SupportClass.ICollectionSupport.ToArrayList Method 

Converts an ICollection instance to an ArrayList instance.

public static ArrayList ToArrayList(
   ICollection c
);

Parameters

c
The ICollection instance to be converted.

Return Value

An ArrayList instance in which its elements are the elements of the ICollection instance.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace