Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TypeLess
Tests
ClassWithFields
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