C# Class Machete.Core.DataDescriptorAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ChaosPandion/Machete

Méthodes publiques

Méthode Description
DataDescriptorAttribute ( bool writable ) : System
DataDescriptorAttribute ( bool writable, bool enumerable ) : System
DataDescriptorAttribute ( bool writable, bool enumerable, bool configurable ) : System

Method Details

DataDescriptorAttribute() public méthode

public DataDescriptorAttribute ( bool writable ) : System
writable bool
Résultat System

DataDescriptorAttribute() public méthode

public DataDescriptorAttribute ( bool writable, bool enumerable ) : System
writable bool
enumerable bool
Résultat System

DataDescriptorAttribute() public méthode

public DataDescriptorAttribute ( bool writable, bool enumerable, bool configurable ) : System
writable bool
enumerable bool
configurable bool
Résultat System