NAnt.Core.Element.GetLocation C# (CSharp) Method

GetLocation() public method

Retrieves the location in the build file where the element is defined.
public GetLocation ( ) : Location
return Location
        public Location GetLocation()
        {
            return Location;
        }