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
Demo
CSharpClasses
Collections
C# Class Demo.CSharpClasses.Collections
ファイルを表示
Open project: jayonsoftware/apexsharp
Public Properties
Property
Type
Description
IntegerArray
int[]
StringList
List
Public Methods
Method
Description
arrayDemo
( ) :
void
listExample
( ) :
void
mapExample
( ) :
void
mapSoqlExample
( ) :
void
setExample
( ) :
void
Method Details
arrayDemo()
public
method
public
arrayDemo
( ) :
void
return
void
listExample()
public
method
public
listExample
( ) :
void
return
void
mapExample()
public
method
public
mapExample
( ) :
void
return
void
mapSoqlExample()
public
method
public
mapSoqlExample
( ) :
void
return
void
setExample()
public
method
public
setExample
( ) :
void
return
void
Property Details
IntegerArray
public_oe property
public
int[]
IntegerArray
return
int[]
StringList
public_oe property
public
List
StringList
return
List