Property | Type | Description |
---|
Method | Description | |
---|---|---|
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. |
return | bool |
public LocalizationRequiredAttribute ( ) : System | ||
return | System |
public LocalizationRequiredAttribute ( bool required ) : System | ||
required | bool | |
return | System |