C# 클래스 System.ComponentModel.ServiceAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
ServiceAttribute ( Type serviceType ) : System

Creates an instance of ServiceAttribute.

메소드 상세

ServiceAttribute() 공개 메소드

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