C# 클래스 Jurassic.Library.SchemaProperty

Represents the information stored about a property in the class schema.
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Undefined SchemaProperty

공개 메소드들

메소드 설명
SchemaProperty ( int index, PropertyAttributes attributes ) : System

Creates a new SchemaProperty instance.

메소드 상세

SchemaProperty() 공개 메소드

Creates a new SchemaProperty instance.
public SchemaProperty ( int index, PropertyAttributes attributes ) : System
index int The index of the property in the /// array.
attributes PropertyAttributes The property attributes. These attributes describe how the /// property can be modified.
리턴 System

프로퍼티 상세

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

Gets a value that indicates that a property doesn't exist.
public static SchemaProperty,Jurassic.Library Undefined
리턴 SchemaProperty