Class MethodInfoStubWriter
Inheritance
object
MemberInfoStubWriter<MethodInfo>
MethodBaseStubWriter<MethodInfo>
MethodInfoStubWriter
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class MethodInfoStubWriter : MethodBaseStubWriter<MethodInfo>
Constructors
MethodInfoStubWriter(MethodInfo)
Declaration
public MethodInfoStubWriter(MethodInfo methodInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| MethodInfo | methodInfo |
Fields
operatorTypes
Declaration
public static readonly Dictionary<string, CodeBinaryOperatorType> operatorTypes
Field Value
| Type | Description |
|---|---|
| Dictionary<string, CodeBinaryOperatorType> |
Methods
GetStubStatements()
Declaration
public override IEnumerable<CodeStatement> GetStubStatements()
Returns
| Type | Description |
|---|---|
| IEnumerable<CodeStatement> |