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

PkgConfigFunctions Constructor 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub New( _
   ByVal project As Project, _
   ByVal properties As PropertyDictionary _
)
[C#]
public PkgConfigFunctions(
   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.PkgConfigFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

See Also

PkgConfigFunctions Class | NAnt.Core.Functions Namespace