C# Class MapServer.TLink

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
f int
next TLink
node TTree

Public Methods

Method Description
TLink ( ) : System

Method Details

TLink() public method

public TLink ( ) : System
return System

Property Details

f public_oe property

public int f
return int

next public_oe property

public TLink,MapServer next
return TLink

node public_oe property

public TTree,MapServer node
return TTree