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

Int64ConversionFunctions Constructor 

[This is preliminary documentation and subject to change.]

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

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

Parameters

project
Missing <param> documentation for project
properties
Missing <param> documentation for properties

Remarks

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

See Also

Int64ConversionFunctions Class | NAnt.Core.Functions Namespace