CodeClass.CreateVirtualMethod(String, Type, Type[]) Method

Definition

public:
 Mono::CodeGeneration::CodeMethod ^ CreateVirtualMethod(System::String ^ name, Type ^ returnType, ... cli::array <Type ^> ^ parameterTypes);
public Mono.CodeGeneration.CodeMethod CreateVirtualMethod (string name, Type returnType, params Type[] parameterTypes);
member this.CreateVirtualMethod : string * Type * Type[] -> Mono.CodeGeneration.CodeMethod
Public Function CreateVirtualMethod (name As String, returnType As Type, ParamArray parameterTypes As Type()) As CodeMethod

Parameters

name
String
returnType
Type
parameterTypes
Type[]

Returns

CodeMethod

Applies to