Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ICSharpCode
TextEditor
Util
LookupTable.Node
C# Class ICSharpCode.TextEditor.Util.LookupTable.Node
Datei anzeigen
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