C# Class BACnet.Types.Schemas.ArraySchema

Inheritance: ISchema
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
ArraySchema ( ISchema elementType ) : System

Constructs a new ArraySchema instance

Method Details

ArraySchema() public méthode

Constructs a new ArraySchema instance
public ArraySchema ( ISchema elementType ) : System
elementType ISchema The schema for the array's element type
Résultat System