C# Class Delegates.DelegatesTest

显示文件 Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Public Methods

Method Description
Target1 ( ) : void
Target2 ( ) : void
Target3 ( int i ) : int
Test ( ) : void

Method Details

Target1() public method

public Target1 ( ) : void
return void

Target2() public method

public Target2 ( ) : void
return void

Target3() public method

public Target3 ( int i ) : int
i int
return int

Test() public method

public Test ( ) : void
return void