C# 클래스 NetUtils.Node

파일 보기 프로젝트 열기: Gl237man/mineroute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HaveCout bool
Marked bool
NodeName string
NodeType string

공개 메소드들

메소드 설명
GetLutKey ( ) : string
IsLut ( ) : bool
ReadFromString ( string instr ) : void
ToString ( ) : string

메소드 상세

GetLutKey() 공개 메소드

public GetLutKey ( ) : string
리턴 string

IsLut() 공개 메소드

public IsLut ( ) : bool
리턴 bool

ReadFromString() 공개 메소드

public ReadFromString ( string instr ) : void
instr string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

HaveCout 공개적으로 프로퍼티

public bool HaveCout
리턴 bool

Marked 공개적으로 프로퍼티

public bool Marked
리턴 bool

NodeName 공개적으로 프로퍼티

public string NodeName
리턴 string

NodeType 공개적으로 프로퍼티

public string NodeType
리턴 string