C# 클래스 BACnet.Types.Schemas.ArraySchema

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

공개 메소드들

메소드 설명
ArraySchema ( ISchema elementType ) : System

Constructs a new ArraySchema instance

메소드 상세

ArraySchema() 공개 메소드

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