RPCBase.ServiceAttribute.ServiceAttribute C# (CSharp) Метод

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

public ServiceAttribute ( ServiceScope scope ) : System
scope ServiceScope
Результат System
        public ServiceAttribute(ServiceScope scope)
        {
            ServiceScope = scope;
        }
    }
ServiceAttribute