NAnt SDK Documentation - v0.92

CompilerWarningCollection Constructor (CompilerWarning[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As CompilerWarning() _
)
[C#]
public CompilerWarningCollection(
   CompilerWarning[] value
);

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace | CompilerWarningCollection Constructor Overload List