NAnt SDK Documentation - v0.92

CompilerWarningCollection Constructor

Initializes a new instance of the CompilerWarningCollection class.

Overload List

Initializes a new instance of the CompilerWarningCollection class.

public CompilerWarningCollection();

Initializes a new instance of the CompilerWarningCollection class with the specified array of CompilerWarning instances.

public CompilerWarningCollection(CompilerWarning[]);

Initializes a new instance of the CompilerWarningCollection class with the specified CompilerWarningCollection instance.

public CompilerWarningCollection(CompilerWarningCollection);

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace