メインコンテンツまでスキップ

Interface IDespecializedValueType

Assembly: WaaS.Core.dll
View Source
Declaration
public interface IDespecializedValueType : IValueType, IType, ISortedExportable, ISorted

Properties

AlignmentRank

View Source
Declaration
byte AlignmentRank { get; }

ElementSize

View Source
Declaration
ushort ElementSize { get; }

FlattenedCount

View Source
Declaration
uint FlattenedCount { get; }

Methods

Flatten(Span<ValueType>)

View Source
Declaration
void Flatten(Span<ValueType> dest)
Parameters
TypeName
System.Span<WaaS.ValueType>dest