CodeMethod.DefineConstructor(CodeClass, MethodAttributes, Type[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Mono::CodeGeneration::CodeMethod ^ DefineConstructor(Mono::CodeGeneration::CodeClass ^ cls, System::Reflection::MethodAttributes attributes, cli::array <Type ^> ^ parameterTypes);
public static Mono.CodeGeneration.CodeMethod DefineConstructor (Mono.CodeGeneration.CodeClass cls, System.Reflection.MethodAttributes attributes, Type[] parameterTypes);
static member DefineConstructor : Mono.CodeGeneration.CodeClass * System.Reflection.MethodAttributes * Type[] -> Mono.CodeGeneration.CodeMethod
Public Shared Function DefineConstructor (cls As CodeClass, attributes As MethodAttributes, parameterTypes As Type()) As CodeMethod
Parameters
- cls
- CodeClass
- attributes
- MethodAttributes
- parameterTypes
- Type[]