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

AssemblyReferenceBase.CreateProjectReference Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.AssemblyReferenceBase.CreateProjectReference(NAnt.VSNet.ProjectBase)

[Visual Basic]
Public Function CreateProjectReference( _
   ByVal project As ProjectBase _
) As ProjectReferenceBase
[C#]
public ProjectReferenceBase CreateProjectReference(
   ProjectBase project
);

Parameters

project
Missing <param> documentation for project

Return Value

Missing <returns> documentation for M:NAnt.VSNet.AssemblyReferenceBase.CreateProjectReference(NAnt.VSNet.ProjectBase)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.AssemblyReferenceBase.CreateProjectReference(NAnt.VSNet.ProjectBase)

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace