Class ResolvedFunctionType
Assembly: WaaS.Core.dll
View Source
Declaration
public class ResolvedFunctionType : IFunctionType, IType, ISortedExportable, ISorted
Implements:
WaaS.ComponentModel.Runtime.IFunctionType, WaaS.ComponentModel.Runtime.IType, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted
Properties
Parameters
View Source
Declaration
public ReadOnlyMemory<IParameter> Parameters { get; }
Result
View Source
Declaration
public IValueType? Result { get; }
ParameterType
View Source
Declaration
public IRecordType ParameterType { get; }
Methods
ValidateEquals(IType)
View Source
Declaration
public bool ValidateEquals(IType other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IType | other |