C# Class CodeAnalyzer.TreeModel

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Excl float
Incl float
Name string

Méthodes publiques

Méthode Description
AddChild ( string n, float i, float e ) : TreeModel
TreeModel ( string n, float i, float e ) : System

Method Details

AddChild() public méthode

public AddChild ( string n, float i, float e ) : TreeModel
n string
i float
e float
Résultat TreeModel

TreeModel() public méthode

public TreeModel ( string n, float i, float e ) : System
n string
i float
e float
Résultat System

Property Details

Excl public_oe property

public float Excl
Résultat float

Incl public_oe property

public float Incl
Résultat float

Name public_oe property

public string Name
Résultat string