MethodGroup Constructor
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
Declaring Type: MethodGroup
Constructs a new MethodGroup for all the methods with a name
public MethodGroup(string name, TypeInfo declaringType);
Parameters
string name | The method name |
TypeInfo declaringType | The declaring type |