Class FunctionType
Represents types of parameters and results of a function.
Assembly: WaaS.Core.dll
View Source
Declaration
public class FunctionType
Properties
ParameterTypes
View Source
Declaration
public ReadOnlyMemory<ValueType> ParameterTypes { get; }
ResultTypes
View Source
Declaration
public ReadOnlyMemory<ValueType> ResultTypes { get; }
Methods
Match(FunctionType)
View Source
Declaration
public bool Match(FunctionType other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.Models.FunctionType | other |
ToString()
Returns a string that represents the current object.
View Source
Declaration
public override string ToString()
Returns
System.String
: A string that represents the current object.