C# 클래스 Avro.ArraySchema

Class for array type schemas
상속: Avro.UnnamedSchema
파일 보기 프로젝트 열기: thirumg/Avro.NET 1 사용 예제들

공개 메소드들

메소드 설명
ArraySchema ( Schema items ) : System

보호된 메소드들

메소드 설명
WriteProperties ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
NewInstance ( JToken j, Names names ) : ArraySchema

메소드 상세

ArraySchema() 공개 메소드

public ArraySchema ( Schema items ) : System
items Schema
리턴 System

WriteProperties() 보호된 메소드

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
리턴 void