APRlib

SupportClass.CollectionsManager.Fill Method 

Replaces the elements of the specified list with the specified element.

public static void Fill(
   IList List,
   object Element
);

Parameters

List
The list to be filled with the specified element.
Element
The element with which to fill the specified list.

See Also

SupportClass.CollectionsManager Class | (global) Namespace