C# Class Blaze.Server.TdfList

Inheritance: Tdf
Datei anzeigen Open project: sebastian-malek/blaze-server Class Usage Examples

Public Properties

Property Type Description
List System.Collections.ArrayList
ListType TdfBaseType
Stub bool

Public Methods

Method Description
TdfList ( string label, TdfBaseType listType, ArrayList list, bool stub = false ) : System

Method Details

TdfList() public method

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

Property Details

List public_oe property

public ArrayList,System.Collections List
return System.Collections.ArrayList

ListType public_oe property

public TdfBaseType ListType
return TdfBaseType

Stub public_oe property

public bool Stub
return bool