DFSLink Developer Documentation

MainClass.increaseArray Method 

Increase the capacity of an array.

private static string[] increaseArray(
   string[] array
);

Parameters

array
The array to increase.

Return Value

The increased array.

See Also

MainClass Class | dfslink Namespace