Method | Description | |
---|---|---|
DefaultPropertyBuilder ( TypeBuilder typeBuilder, string name, PropertyAttributes attributes, MethodAttributes getMethodAttributes, MethodAttributes setMethodAttributes, |
Constructor
|
|
GetDefinition ( ) : string |
Gets the definition of the property
|
|
Load ( |
Loads the property
|
|
Save ( |
Saves the property
|
|
ToString ( ) : string |
property as a string
|
|
operator ( ) : |
Increments the property by one
|
public DefaultPropertyBuilder ( TypeBuilder typeBuilder, string name, PropertyAttributes attributes, MethodAttributes getMethodAttributes, MethodAttributes setMethodAttributes, |
||
typeBuilder | TypeBuilder | Type builder |
name | string | Name of the property |
attributes | PropertyAttributes | Attributes for the property (public, private, etc.) |
getMethodAttributes | MethodAttributes | Get method attributes |
setMethodAttributes | MethodAttributes | Set method attributes |
propertyType | Property type for the property | |
parameters | IEnumerable |
Parameter types for the property |
return | System |
public Load ( |
||
generator | IL Generator | |
return | void |
public Save ( |
||
generator | IL Generator | |
return | void |
public static operator ( ) : |
||
return |