C# Class Blaze.Server.TdfList

Inheritance: Tdf
Afficher le fichier Open project: sebastian-malek/blaze-server Class Usage Examples

Méthodes publiques

Свойство Type Description
List System.Collections.ArrayList
ListType TdfBaseType
Stub bool

Méthodes publiques

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

Method Details

TdfList() public méthode

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

Property Details

List public_oe property

public ArrayList,System.Collections List
Résultat System.Collections.ArrayList

ListType public_oe property

public TdfBaseType ListType
Résultat TdfBaseType

Stub public_oe property

public bool Stub
Résultat bool