C# Class Realms.WovenAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: realm/realm-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WovenAttribute ( Type helperType ) : System

Initializes a new instance of the WovenAttribute class.

Method Details

WovenAttribute() public méthode

Initializes a new instance of the WovenAttribute class.
public WovenAttribute ( Type helperType ) : System
helperType System.Type The type of the generated RealmObjectHelper for that class.
Résultat System