C# Class StubClass.Output

显示文件 Open project: anodejs/node-sharp

Public Methods

Method Description
ReturnArray ( ) : int[]
ReturnInt ( ) : int
ReturnList ( ) : List
ReturnObject ( ) : Object
ReturnString ( ) : string

Method Details

ReturnArray() public method

public ReturnArray ( ) : int[]
return int[]

ReturnInt() public method

public ReturnInt ( ) : int
return int

ReturnList() public method

public ReturnList ( ) : List
return List

ReturnObject() public method

public ReturnObject ( ) : Object
return Object

ReturnString() public method

public ReturnString ( ) : string
return string