C# Class Demo.CSharpClasses.Collections

Datei anzeigen 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