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

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Свойство Type Description
color object
word string

Méthodes publiques

Méthode Description
Node ( object color, string word ) : System
this ( int index ) : Node

Method Details

Node() public méthode

public Node ( object color, string word ) : System
color object
word string
Résultat System

this() public méthode

public this ( int index ) : Node
index int
Résultat Node

Property Details

color public_oe property

public object color
Résultat object

word public_oe property

public string word
Résultat string