C# Class ArtemisComm.SystemNode

显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Private Properties

Property Type Description
Initialize void

Public Methods

Method Description
GetNodes ( Stream stream, int index ) : ReadOnlyCollection
SystemNode ( ) : System
SystemNode ( Stream stream, int index ) : System

Private Methods

Method Description
Initialize ( Stream stream, int index ) : void

Method Details

GetNodes() public static method

public static GetNodes ( Stream stream, int index ) : ReadOnlyCollection
stream Stream
index int
return ReadOnlyCollection

SystemNode() public method

public SystemNode ( ) : System
return System

SystemNode() public method

public SystemNode ( Stream stream, int index ) : System
stream Stream
index int
return System