프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to test the value equality of. |
리턴 | bool |
public LocalizationRequiredAttribute ( bool required ) : System | ||
required | bool | |
리턴 | System |