FileCollection.PrependSafeArray Method
This method adds the contents of an array to the beginning of an existing FileCollection. This is useful when adding new entries to the assembly queue.
Syntax
void PrependSafeArray ( object newVal )
Parameters | Description |
newVal | The safe array to add to the beginning of the collection. |