Class MethodInfo
public record MethodInfo : IEquatable<MethodInfo>
- Inheritance
-
MethodInfo
- Implements
- Inherited Members
Constructors
MethodInfo(string, string, string, string)
public MethodInfo(string Name, string InputType, string OutputType, string StreamingType = "unary")
Parameters
Properties
InputType
public string InputType { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
OutputType
public string OutputType { get; init; }
Property Value
StreamingType
public string StreamingType { get; init; }