CodeClass.CreateVirtualMethod(String, Type, 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:
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[]