C# Class BACnet.SchemaParser.NamedType

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
NamedType ( string name, TypeDefinition definition ) : System

Constructs a new named type instance

Method Details

NamedType() public méthode

Constructs a new named type instance
public NamedType ( string name, TypeDefinition definition ) : System
name string The name of the type
definition TypeDefinition The type definition
Résultat System