Dev2.PathReferenceAttribute.PathReferenceAttribute C# (CSharp) Method

PathReferenceAttribute() private method

private PathReferenceAttribute ( [ basePath ) : System
basePath [
return System
    public PathReferenceAttribute([PathReference] string basePath)
    {
      BasePath = basePath;
    }
      /// <summary>

Same methods

PathReferenceAttribute::PathReferenceAttribute ( ) : System
PathReferenceAttribute