Method | Description | |
---|---|---|
GetDefinition ( ) : string |
Gets the definition
|
|
Load ( |
Loads a property
|
|
PropertyBuilder ( TypeBuilder typeBuilder, string name, PropertyAttributes attributes, MethodAttributes getMethodAttributes, MethodAttributes setMethodAttributes, |
Constructor
|
|
Save ( |
Saves the property
|
|
ToString ( ) : string |
Returns the property name
|
|
operator ( ) : PropertyBuilder |
Adds one to the property
|
public Load ( |
||
generator | IL Generator | |
return | void |
public PropertyBuilder ( 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 Save ( |
||
generator | IL Generator | |
return | void |