Class MethodBaseStubWriter<TMethodBase>
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public abstract class MethodBaseStubWriter<TMethodBase> : MemberInfoStubWriter<TMethodBase> where TMethodBase : MethodBase
Type Parameters
| Name | Description |
|---|---|
| TMethodBase |
Constructors
MethodBaseStubWriter(TMethodBase)
Declaration
protected MethodBaseStubWriter(TMethodBase methodBase)
Parameters
| Type | Name | Description |
|---|---|---|
| TMethodBase | methodBase |