IScheduler.CreateStringCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an empty collection to which you add string values.
public Microsoft.Hpc.Scheduler.IStringCollection CreateStringCollection ();
abstract member CreateStringCollection : unit -> Microsoft.Hpc.Scheduler.IStringCollection
Public Function CreateStringCollection () As IStringCollection
Returns
An IStringCollection interface to which you add string values.