C# 클래스 BACnet.Types.Values.ArrayValue

상속: IValue
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 프로퍼티들

프로퍼티 타입 설명
Empty ArrayValue

공개 메소드들

메소드 설명
ArrayValue ( ReadOnlyArray values ) : System

Constructs a new ArrayValue instance

ArrayValue ( bool clone ) : System

Constructs a new ArrayValue instance

메소드 상세

ArrayValue() 공개 메소드

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

ArrayValue() 공개 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

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