C# Class BACnet.Types.Values.ArrayValue

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Empty ArrayValue

Public Methods

Method Description
ArrayValue ( ReadOnlyArray values ) : System

Constructs a new ArrayValue instance

ArrayValue ( bool clone ) : System

Constructs a new ArrayValue instance

Method Details

ArrayValue() public method

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

ArrayValue() public method

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

Property Details

Empty public static property

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