C# Class Delegates.DelegatesTest

Afficher le fichier Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Méthodes publiques

Méthode Description
Target1 ( ) : void
Target2 ( ) : void
Target3 ( int i ) : int
Test ( ) : void

Method Details

Target1() public méthode

public Target1 ( ) : void
Résultat void

Target2() public méthode

public Target2 ( ) : void
Résultat void

Target3() public méthode

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

Test() public méthode

public Test ( ) : void
Résultat void