C# Class XCom.Node

Show file 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 property

public Node,XCom last
return Node

next public property

public Node,XCom next
return Node

str public property

public string str
return string