Constructor VirtualMethod
VirtualMethod(Type, String, Type[])
Creates a new instance for the given baseClass
and method declaration.
Declaration
public VirtualMethod(Type baseClass, string method, params Type[] parameters)
Parameters
Type | Name | Description |
---|---|---|
Type | baseClass | |
System.String | method | |
Type[] | parameters |