C# 클래스 CasualMeter.Tracker.Properties.LocalizationRequiredAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: lunyx/CasualMeter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

GetHashCode ( ) : int

Returns the hash code for this instance.

LocalizationRequiredAttribute ( ) : System

Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .

LocalizationRequiredAttribute ( bool required ) : System

Initializes a new instance of the LocalizationRequiredAttribute class.

메소드 상세

Equals() 공개 메소드

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
public Equals ( object obj ) : bool
obj object The object to test the value equality of.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

LocalizationRequiredAttribute() 공개 메소드

Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .
public LocalizationRequiredAttribute ( ) : System
리턴 System

LocalizationRequiredAttribute() 공개 메소드

Initializes a new instance of the LocalizationRequiredAttribute class.
public LocalizationRequiredAttribute ( bool required ) : System
required bool true if a element should be localized; otherwise, false.
리턴 System