C# Class Co3160Combine, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
MCHandler Co3160_dlgmc_1

Méthodes publiques

Méthode Description
AddToDelegate ( Co3160_dlgmc_1 _handler ) : void
Main ( String args ) : void
method1 ( int i ) : int
method1 ( ) : void
method2 ( int i ) : int
method2 ( ) : void
method3 ( ) : void
method3 ( int i ) : void
runTest ( ) : bool
static_method1 ( int i ) : int
static_method1 ( ) : void
static_method2 ( int i ) : int
static_method2 ( ) : void
static_method3 ( ) : void
static_method3 ( int i ) : void

Private Methods

Méthode Description
print ( String error ) : void

Method Details

AddToDelegate() public méthode

public AddToDelegate ( Co3160_dlgmc_1 _handler ) : void
_handler Co3160_dlgmc_1
Résultat void

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void

method1() public méthode

public method1 ( int i ) : int
i int
Résultat int

method1() public méthode

public method1 ( ) : void
Résultat void

method2() public méthode

public method2 ( int i ) : int
i int
Résultat int

method2() public méthode

public method2 ( ) : void
Résultat void

method3() public méthode

public method3 ( ) : void
Résultat void

method3() public méthode

public method3 ( int i ) : void
i int
Résultat void

runTest() public méthode

public runTest ( ) : bool
Résultat bool

static_method1() public static méthode

public static static_method1 ( int i ) : int
i int
Résultat int

static_method1() public static méthode

public static static_method1 ( ) : void
Résultat void

static_method2() public static méthode

public static static_method2 ( int i ) : int
i int
Résultat int

static_method2() public static méthode

public static static_method2 ( ) : void
Résultat void

static_method3() public static méthode

public static static_method3 ( ) : void
Résultat void

static_method3() public static méthode

public static static_method3 ( int i ) : void
i int
Résultat void

Property Details

MCHandler public_oe property

public Co3160_dlgmc_1 MCHandler
Résultat Co3160_dlgmc_1