C# 클래스 Brunet.Applications.P2PNodeParameters

상속: RuntimeParameters
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_count int
_count_s string

공개 메소드들

메소드 설명
P2PNodeParameters ( ) : Brunet
Parse ( string args ) : int

메소드 상세

P2PNodeParameters() 공개 메소드

public P2PNodeParameters ( ) : Brunet
리턴 Brunet

Parse() 공개 메소드

public Parse ( string args ) : int
args string
리턴 int

프로퍼티 상세

_count 보호되어 있는 프로퍼티

protected int _count
리턴 int

_count_s 보호되어 있는 프로퍼티

protected string _count_s
리턴 string