C# Class CodeAnalyzer.TreeModel

Mostrar archivo Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Excl float
Incl float
Name string

Public Methods

Method Description
AddChild ( string n, float i, float e ) : TreeModel
TreeModel ( string n, float i, float e ) : System

Method Details

AddChild() public method

public AddChild ( string n, float i, float e ) : TreeModel
n string
i float
e float
return TreeModel

TreeModel() public method

public TreeModel ( string n, float i, float e ) : System
n string
i float
e float
return System

Property Details

Excl public_oe property

public float Excl
return float

Incl public_oe property

public float Incl
return float

Name public_oe property

public string Name
return string