C# 클래스 ArtemisComm.SystemNode

파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void

공개 메소드들

메소드 설명
GetNodes ( Stream stream, int index ) : ReadOnlyCollection
SystemNode ( ) : System
SystemNode ( Stream stream, int index ) : System

비공개 메소드들

메소드 설명
Initialize ( Stream stream, int index ) : void

메소드 상세

GetNodes() 공개 정적인 메소드

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

SystemNode() 공개 메소드

public SystemNode ( ) : System
리턴 System

SystemNode() 공개 메소드

public SystemNode ( Stream stream, int index ) : System
stream Stream
index int
리턴 System