C# Class Brunet.Applications.P2PNodeParameters

Inheritance: RuntimeParameters
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_count int
_count_s string

Public Methods

Method Description
P2PNodeParameters ( ) : Brunet
Parse ( string args ) : int

Method Details

P2PNodeParameters() public method

public P2PNodeParameters ( ) : Brunet
return Brunet

Parse() public method

public Parse ( string args ) : int
args string
return int

Property Details

_count protected property

protected int _count
return int

_count_s protected property

protected string _count_s
return string