C# Class CasualMeter.Tracker.Properties.LocalizationRequiredAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: lunyx/CasualMeter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Method Details

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

LocalizationRequiredAttribute() public méthode

Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .
public LocalizationRequiredAttribute ( ) : System
Résultat System

LocalizationRequiredAttribute() public méthode

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