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

VcArgumentMap.AddBool Method (String, String, String)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddBool(System.String,System.String,System.String)

[Visual Basic]
Overloads Public Sub AddBool( _
   ByVal propName As String, _
   ByVal argName As String, _
   ByVal match As String _
)
[C#]
public void AddBool(
   string propName,
   string argName,
   string match
);

Parameters

propName
Missing <param> documentation for propName
argName
Missing <param> documentation for argName
match
Missing <param> documentation for match

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.VcArgumentMap.AddBool(System.String,System.String,System.String)

See Also

VcArgumentMap Class | NAnt.VSNet Namespace | VcArgumentMap.AddBool Overload List