Initializes a new instance of the CompilerWarningCollection class.
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);
CompilerWarningCollection Class | NAnt.DotNet.Types Namespace