C# Class Jurassic.Library.SchemaProperty

Represents the information stored about a property in the class schema.
Afficher le fichier Open project: paulbartrum/jurassic Class Usage Examples

Méthodes publiques

Свойство Type Description
Undefined SchemaProperty

Méthodes publiques

Méthode Description
SchemaProperty ( int index, PropertyAttributes attributes ) : System

Creates a new SchemaProperty instance.

Method Details

SchemaProperty() public méthode

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.
Résultat System

Property Details

Undefined public_oe static_oe property

Gets a value that indicates that a property doesn't exist.
public static SchemaProperty,Jurassic.Library Undefined
Résultat SchemaProperty