C# Class Demo.CSharpClasses.Collections

Afficher le fichier Open project: jayonsoftware/apexsharp

Méthodes publiques

Свойство Type Description
IntegerArray int[]
StringList List

Méthodes publiques

Méthode Description
arrayDemo ( ) : void
listExample ( ) : void
mapExample ( ) : void
mapSoqlExample ( ) : void
setExample ( ) : void

Method Details

arrayDemo() public méthode

public arrayDemo ( ) : void
Résultat void

listExample() public méthode

public listExample ( ) : void
Résultat void

mapExample() public méthode

public mapExample ( ) : void
Résultat void

mapSoqlExample() public méthode

public mapSoqlExample ( ) : void
Résultat void

setExample() public méthode

public setExample ( ) : void
Résultat void

Property Details

IntegerArray public_oe property

public int[] IntegerArray
Résultat int[]

StringList public_oe property

public List StringList
Résultat List