.NET Framework Class Library
TypeBuilder..::.DefineProperty Method
Adds a new property to the type.
|
| Name | Description |
|---|
.gif) | DefineProperty(String, PropertyAttributes, Type, array<Type>[]()[]) | Adds a new property to the type, with the given name and property signature. |
.gif) | DefineProperty(String, PropertyAttributes, Type, array<Type>[]()[], array<Type>[]()[], array<Type>[]()[], array<array<Type>[]()[]>[]()[], array<array<Type>[]()[]>[]()[]) | Adds a new property to the type, with the given name, property signature, and custom modifiers. |
.gif) | DefineProperty(String, PropertyAttributes, CallingConventions, Type, array<Type>[]()[], array<Type>[]()[], array<Type>[]()[], array<array<Type>[]()[]>[]()[], array<array<Type>[]()[]>[]()[]) | Adds a new property to the type, with the given name, calling convention, property signature, and custom modifiers. |
Top
Reference