Skip to main content

Struct ElementTypeSelector

Assembly: WaaS.Core.dll
View Source
Declaration
public readonly struct ElementTypeSelector

Methods

FromRecord(IRecordType)

View Source
Declaration
public static ElementTypeSelector FromRecord(IRecordType record)
Returns

WaaS.ComponentModel.Runtime.ElementTypeSelector

Parameters
TypeName
WaaS.ComponentModel.Runtime.IRecordTyperecord

FromList(IListType, int)

View Source
Declaration
public static ElementTypeSelector FromList(IListType list, int length)
Returns

WaaS.ComponentModel.Runtime.ElementTypeSelector

Parameters
TypeName
WaaS.ComponentModel.Runtime.IListTypelist
System.Int32length

FromSingle(IValueType?)

View Source
Declaration
public static ElementTypeSelector FromSingle(IValueType? single)
Returns

WaaS.ComponentModel.Runtime.ElementTypeSelector

Parameters
TypeName
WaaS.ComponentModel.Runtime.IValueTypesingle

GetNextType(int)

View Source
Declaration
public IValueType? GetNextType(int index)
Returns

WaaS.ComponentModel.Runtime.IValueType

Parameters
TypeName
System.Int32index