System.ComponentModel.ServiceAttribute.ServiceAttribute C# (CSharp) 메소드

ServiceAttribute() 공개 메소드

Creates an instance of ServiceAttribute.
public ServiceAttribute ( Type serviceType ) : System
serviceType System.Type The type of service this attribute represents.
리턴 System
        public ServiceAttribute(Type serviceType)
        {
            _serviceType = serviceType;
        }
ServiceAttribute