NAnt SDK Documentation - v0.92

Symbol Constructor (String)

Initializes a new instance of the Symbol class with the specified name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public Symbol(
   string name
);

Exceptions

Exception Type Condition
ArgumentNullException name is a null reference (Nothing in Visual Basic).

See Also

Symbol Class | NAnt.VisualCpp.Types Namespace | Symbol Constructor Overload List