ProjectEntryCollection.

ProjectEntryCollection(ProjectEntry[]) Constructor

Summary

Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class with the specified array of NAnt.VSNet.ProjectEntry instances.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectEntryCollection

Syntax

public ProjectEntryCollection(ProjectEntry[] value)

Parameters

Name Type Description
value ProjectEntry[]

Return Value

Type Description
void