C# Class LitDev.LDProcess.proc

Inheritance: IComparable
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
ID int
name string

Méthodes publiques

Méthode Description
proc ( int _ID, string _name ) : System

Private Methods

Méthode Description
IComparable ( object obj ) : int

Method Details

proc() public méthode

public proc ( int _ID, string _name ) : System
_ID int
_name string
Résultat System

Property Details

ID public_oe property

public int ID
Résultat int

name public_oe property

public string name
Résultat string