.NET Framework Class Library
TypeBuilder..::.DefineProperty Method

Adds a new property to the type.

Overload List

  NameDescription
Public methodDefineProperty(String, PropertyAttributes, Type, array<Type>[]()[])Adds a new property to the type, with the given name and property signature.
Public methodDefineProperty(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.
Public methodDefineProperty(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
See Also

Reference

Tags :


Page view tracker