C# 클래스 Blaze.Server.TdfList

상속: Tdf
파일 보기 프로젝트 열기: sebastian-malek/blaze-server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
List System.Collections.ArrayList
ListType TdfBaseType
Stub bool

공개 메소드들

메소드 설명
TdfList ( string label, TdfBaseType listType, ArrayList list, bool stub = false ) : System

메소드 상세

TdfList() 공개 메소드

public TdfList ( string label, TdfBaseType listType, ArrayList list, bool stub = false ) : System
label string
listType TdfBaseType
list System.Collections.ArrayList
stub bool
리턴 System

프로퍼티 상세

List 공개적으로 프로퍼티

public ArrayList,System.Collections List
리턴 System.Collections.ArrayList

ListType 공개적으로 프로퍼티

public TdfBaseType ListType
리턴 TdfBaseType

Stub 공개적으로 프로퍼티

public bool Stub
리턴 bool