C# Class List.Node

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

public Node,List next
return Node

value public property

public int value
return int