Artemis.Annotations.PathReferenceAttribute.PathReferenceAttribute C# (CSharp) Метод

PathReferenceAttribute() публичный Метод

public PathReferenceAttribute ( [ basePath ) : System
basePath [
Результат System
        public PathReferenceAttribute([PathReference] string basePath)
        {
            BasePath = basePath;
        }

Same methods

PathReferenceAttribute::PathReferenceAttribute ( ) : System
PathReferenceAttribute