![]() |
fCraft
0.638
Custom Minecraft Server
|
Indicates that marked element should be localized or not. More...
Inheritance diagram for JetBrains.Annotations.LocalizationRequiredAttribute:
Collaboration diagram for JetBrains.Annotations.LocalizationRequiredAttribute:Public Member Functions | |
| LocalizationRequiredAttribute () | |
| Initializes a new instance of the LocalizationRequiredAttribute class with Required set to . | |
| LocalizationRequiredAttribute (bool required) | |
| Initializes a new instance of the LocalizationRequiredAttribute class. | |
| override bool | Equals (object obj) |
| Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute. | |
| override int | GetHashCode () |
| Returns the hash code for this instance. | |
Properties | |
| bool | Required [get, set] |
Gets a value indicating whether a element should be localized. true if a element should be localized; otherwise, false. | |
Indicates that marked element should be localized or not.
| JetBrains.Annotations.LocalizationRequiredAttribute.LocalizationRequiredAttribute | ( | ) |
Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .
| JetBrains.Annotations.LocalizationRequiredAttribute.LocalizationRequiredAttribute | ( | bool | required | ) |
Initializes a new instance of the LocalizationRequiredAttribute class.
| required | true if a element should be localized; otherwise, false. |
| override bool JetBrains.Annotations.LocalizationRequiredAttribute.Equals | ( | object | obj | ) |
Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
| obj | The object to test the value equality of. |
true if the value of the given object is equal to that of the current; otherwise, false. | override int JetBrains.Annotations.LocalizationRequiredAttribute.GetHashCode | ( | ) |
Returns the hash code for this instance.
|
getset |
Gets a value indicating whether a element should be localized. true if a element should be localized; otherwise, false.