RPCBase.ServiceAttribute.ServiceAttribute C# (CSharp) 메소드

ServiceAttribute() 공개 메소드

public ServiceAttribute ( ServiceScope scope ) : System
scope ServiceScope
리턴 System
        public ServiceAttribute(ServiceScope scope)
        {
            ServiceScope = scope;
        }
    }
ServiceAttribute