C# Class Bless.Gui.Areas.Highlight

Inheritance: Util.Range, IEquatable
Afficher le fichier Open project: bwrsandman/Bless-old-fork Class Usage Examples

Protected Properties

Свойство Type Description
type Drawer.HighlightType

Méthodes publiques

Méthode Description
Equals ( h ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Highlight ( ) : System
Highlight ( h ) : System
Highlight ( Drawer.HighlightType ht ) : System
Highlight ( IRange r, Drawer.HighlightType ht ) : System
Highlight ( long start, long end, Drawer.HighlightType ht ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( h ) : bool
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Highlight() public méthode

public Highlight ( ) : System
Résultat System

Highlight() public méthode

public Highlight ( h ) : System
Résultat System

Highlight() public méthode

public Highlight ( Drawer.HighlightType ht ) : System
ht Drawer.HighlightType
Résultat System

Highlight() public méthode

public Highlight ( IRange r, Drawer.HighlightType ht ) : System
r IRange
ht Drawer.HighlightType
Résultat System

Highlight() public méthode

public Highlight ( long start, long end, Drawer.HighlightType ht ) : System
start long
end long
ht Drawer.HighlightType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

type protected_oe property

protected Drawer.HighlightType type
Résultat Drawer.HighlightType