C# Class Unity.IL2CPP.Metadata.Il2CppGenericMethodCollectorComponent
Show file
Open project: CarlosHBC/UnityDecompiled
Public Methods
Method |
Description |
|
Add ( MethodReference method ) : void |
|
|
Dispose ( ) : void |
|
|
GetIndex ( MethodReference method ) : uint |
|
|
HasIndex ( MethodReference method ) : bool |
|
|
Method Details
public Add ( MethodReference method ) : void |
method |
Mono.Cecil.MethodReference |
|
return |
void |
|
public Dispose ( ) : void |
return |
void |
|
public GetIndex ( MethodReference method ) : uint |
method |
Mono.Cecil.MethodReference |
|
return |
uint |
|
public HasIndex ( MethodReference method ) : bool |
method |
Mono.Cecil.MethodReference |
|
return |
bool |
|