Class ResolvedVariantType
Assembly: WaaS.Core.dll
View Source
Declaration
public class ResolvedVariantType : IVariantType, IDespecializedValueType, IValueType, IType, ISortedExportable, ISorted
Implements:
WaaS.ComponentModel.Runtime.IVariantType, WaaS.ComponentModel.Runtime.IDespecializedValueType, WaaS.ComponentModel.Runtime.IValueType, WaaS.ComponentModel.Runtime.IType, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted
Properties
Cases
View Source
Declaration
public ReadOnlyMemory<IVariantCase> Cases { get; }
DiscriminantTypeSizeRank
View Source
Declaration
public byte DiscriminantTypeSizeRank { get; }
AlignmentRank
View Source
Declaration
public byte AlignmentRank { get; }
ElementSize
View Source
Declaration
public ushort ElementSize { get; }
FlattenedCount
View Source
Declaration
public uint FlattenedCount { get; }
Methods
Despecialize()
View Source
Declaration
public IDespecializedValueType Despecialize()
Returns
WaaS.ComponentModel.Runtime.IDespecializedValueType
Flatten(Span<ValueType>)
View Source
Declaration
public void Flatten(Span<ValueType> dest)
Parameters
Type | Name |
---|---|
System.Span<WaaS.ValueType> | dest |
ValidateEquals(IType)
View Source
Declaration
public bool ValidateEquals(IType other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IType | other |