C# Class ICSharpCode.TextEditor.Util.LookupTable.Node

Mostra file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Properties

Property Type Description
color object
word string

Public Methods

Method Description
Node ( object color, string word ) : System
this ( int index ) : Node

Method Details

Node() public method

public Node ( object color, string word ) : System
color object
word string
return System

this() public method

public this ( int index ) : Node
index int
return Node

Property Details

color public_oe property

public object color
return object

word public_oe property

public string word
return string