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

CompilerWarningCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a CompilerWarning to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As CompilerWarning _
) As Integer
[C#]
public int Add(
   CompilerWarning item
);

Parameters

item
The CompilerWarning to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.CompilerWarningCollection.Add(NAnt.DotNet.Types.CompilerWarning)

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace