NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerWarningCollection Constructor

[This is preliminary documentation and subject to change.]

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