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

CompilerWarningCollection Constructor (CompilerWarningCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.CompilerWarningCollection.#ctor(NAnt.DotNet.Types.CompilerWarningCollection)

See Also

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