C# Class Hazzik.Annotations.LocalizableAttribute

Inheritance: Attribute
Mostrar archivo Open project: hazzik/uwow2

Public Methods

Method Description
Equals ( object obj ) : bool

Returns whether the value of the given object is equal to the current LocalizableAttribute.

GetHashCode ( ) : int

Returns the hash code for this instance.

LocalizableAttribute ( bool isLocalizable ) : System

Initializes a new instance of the LocalizableAttribute class.

Method Details

Equals() public method

Returns whether the value of the given object is equal to the current LocalizableAttribute.
public Equals ( object obj ) : bool
obj object The object to test the value equality of.
return bool

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int

LocalizableAttribute() public method

Initializes a new instance of the LocalizableAttribute class.
public LocalizableAttribute ( bool isLocalizable ) : System
isLocalizable bool true if a element should be localized; otherwise, false.
return System