PVCSCommandArgumentCollection.

AddRange(ICollection) Method

Summary

Adds all specified command arguments to this collection.

Syntax

public void AddRange(ICollection commandArguments)

Parameters

Name Type Description
commandArguments ICollection The collection of command arguments to add.

Return Value

Type Description
void