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

StringFunctions Constructor 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.Functions.StringFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

[Visual Basic]
Public Sub New( _
   ByVal project As Project, _
   ByVal propDict As PropertyDictionary _
)
[C#]
public StringFunctions(
   Project project,
   PropertyDictionary propDict
);

Parameters

project
Missing <param> documentation for project
propDict
Missing <param> documentation for propDict

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.StringFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

See Also

StringFunctions Class | NAnt.Core.Functions Namespace