C# 클래스 Demo.CSharpClasses.Collections

파일 보기 프로젝트 열기: jayonsoftware/apexsharp

공개 프로퍼티들

프로퍼티 타입 설명
IntegerArray int[]
StringList List

공개 메소드들

메소드 설명
arrayDemo ( ) : void
listExample ( ) : void
mapExample ( ) : void
mapSoqlExample ( ) : void
setExample ( ) : void

메소드 상세

arrayDemo() 공개 메소드

public arrayDemo ( ) : void
리턴 void

listExample() 공개 메소드

public listExample ( ) : void
리턴 void

mapExample() 공개 메소드

public mapExample ( ) : void
리턴 void

mapSoqlExample() 공개 메소드

public mapSoqlExample ( ) : void
리턴 void

setExample() 공개 메소드

public setExample ( ) : void
리턴 void

프로퍼티 상세

IntegerArray 공개적으로 프로퍼티

public int[] IntegerArray
리턴 int[]

StringList 공개적으로 프로퍼티

public List StringList
리턴 List