Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TypeLess
Tests
ClassWithPrivateProperties
C# Class TypeLess.Tests.ClassWithPrivateProperties
ファイルを表示
Open project: jansater/TypeLess
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
GetIntProp
( ) :
int
GetStringProp
( ) :
string
SetValues
(
int
iProp
,
string
sProp
) :
void
Method Details
GetIntProp()
public
method
public
GetIntProp
( ) :
int
return
int
GetStringProp()
public
method
public
GetStringProp
( ) :
string
return
string
SetValues()
public
method
public
SetValues
(
int
iProp
,
string
sProp
) :
void
iProp
int
sProp
string
return
void