C# Class BACnet.Types.Values.ArrayValue

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

Méthodes publiques

Свойство Type Description
Empty ArrayValue

Méthodes publiques

Méthode Description
ArrayValue ( ReadOnlyArray values ) : System

Constructs a new ArrayValue instance

ArrayValue ( bool clone ) : System

Constructs a new ArrayValue instance

Method Details

ArrayValue() public méthode

Constructs a new ArrayValue instance
public ArrayValue ( ReadOnlyArray values ) : System
values ReadOnlyArray The values of the array
Résultat System

ArrayValue() public méthode

Constructs a new ArrayValue instance
public ArrayValue ( bool clone ) : System
clone bool True if the values need to be cloned, false otherwise
Résultat System

Property Details

Empty public_oe static_oe property

Shared global instance for an empty array
public static ArrayValue,BACnet.Types.Values Empty
Résultat ArrayValue