C# Класс Jurassic.Library.SchemaProperty

Represents the information stored about a property in the class schema.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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