C# Class TypeLess.Tests.ClassWithFields

ファイルを表示 Open project: jansater/TypeLess Class Usage Examples

Public Methods

Method Description
GetIntProp ( ) : int
GetStringProp ( ) : string
SetProps ( int iProp, string sProp ) : void

Method Details

GetIntProp() public method

public GetIntProp ( ) : int
return int

GetStringProp() public method

public GetStringProp ( ) : string
return string

SetProps() public method

public SetProps ( int iProp, string sProp ) : void
iProp int
sProp string
return void