NAnt SDK Documentation - v0.92

ProgramLocationAttribute Constructor 

Initializes a new instance of the ProgramLocationAttribute with the specified location.

[Visual Basic]
Public Sub New( _
   ByVal type As LocationType _
)
[C#]
public ProgramLocationAttribute(
   LocationType type
);

Parameters

type

See Also

ProgramLocationAttribute Class | NAnt.Core.Attributes Namespace