C# Class Bless.Gui.Areas.Highlight

Inheritance: Util.Range, IEquatable
Show file Open project: bwrsandman/Bless-old-fork Class Usage Examples

Protected Properties

Property Type Description
type Drawer.HighlightType

Public Methods

Method 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 method

public Equals ( h ) : bool
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Highlight() public method

public Highlight ( ) : System
return System

Highlight() public method

public Highlight ( h ) : System
return System

Highlight() public method

public Highlight ( Drawer.HighlightType ht ) : System
ht Drawer.HighlightType
return System

Highlight() public method

public Highlight ( IRange r, Drawer.HighlightType ht ) : System
r IRange
ht Drawer.HighlightType
return System

Highlight() public method

public Highlight ( long start, long end, Drawer.HighlightType ht ) : System
start long
end long
ht Drawer.HighlightType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

type protected property

protected Drawer.HighlightType type
return Drawer.HighlightType