C# Class XCom.Node

Datei anzeigen Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
last Node
next Node
str string

Public Methods

Method Description
Node ( string str ) : System

Method Details

Node() public method

public Node ( string str ) : System
str string
return System

Property Details

last public_oe property

public Node,XCom last
return Node

next public_oe property

public Node,XCom next
return Node

str public_oe property

public string str
return string