Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 ( ) : System | ||
Результат | System |
public LocalizationRequiredAttribute ( bool required ) : System | ||
required | bool | |
Результат | System |