C# 클래스 System.ComponentModel.CategoryAttribute

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

공개 메소드들

메소드 설명
CategoryAttribute ( )
CategoryAttribute ( string category )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

보호된 메소드들

메소드 설명
GetLocalizedString ( string value ) : string

메소드 상세

CategoryAttribute() 공개 메소드

public CategoryAttribute ( )

CategoryAttribute() 공개 메소드

public CategoryAttribute ( string category )
category string

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetLocalizedString() 보호된 메소드

protected GetLocalizedString ( string value ) : string
value string
리턴 string

IsDefaultAttribute() 공개 메소드

public IsDefaultAttribute ( ) : bool
리턴 bool