Method | Description | |
---|---|---|
Run ( ) : void |
Method | Description | |
---|---|---|
GenerateGetter ( Mono.Cecil.PropertyDefinition property, MethodAttributes attributes, bool instance = true ) : Mono.Cecil.MethodDefinition |
Generates a property getter method
|
|
GenerateProperty ( string name, |
Generates a property with getter and setter methods.
|
|
GenerateSetter ( Mono.Cecil.PropertyDefinition property, MethodAttributes attributes, bool instance = true ) : Mono.Cecil.MethodDefinition |
Generates a property setter method
|