C# Class List.Node

ファイルを表示 Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Public Properties

Property Type Description
next Node
value int

Public Methods

Method Description
Node ( ) : System

Method Details

Node() public method

public Node ( ) : System
return System

Property Details

next public_oe property

public Node,List next
return Node

value public_oe property

public int value
return int