Interface IFunctionType
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IFunctionType : IType, ISortedExportable, ISorted
Properties
Parameters
View Source
Declaration
ReadOnlyMemory<IParameter> Parameters { get; }
Result
View Source
Declaration
IValueType? Result { get; }
ParameterType
View Source
Declaration
IRecordType ParameterType { get; }