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
| Type | Name | 
|---|---|
| WaaS.ComponentModel.Runtime.IRecordType | record | 
FromList(IListType, int)
View Source
Declaration
public static ElementTypeSelector FromList(IListType list, int length)
Returns
WaaS.ComponentModel.Runtime.ElementTypeSelector
Parameters
| Type | Name | 
|---|---|
| WaaS.ComponentModel.Runtime.IListType | list | 
| System.Int32 | length | 
FromSingle(IValueType?)
View Source
Declaration
public static ElementTypeSelector FromSingle(IValueType? single)
Returns
WaaS.ComponentModel.Runtime.ElementTypeSelector
Parameters
| Type | Name | 
|---|---|
| WaaS.ComponentModel.Runtime.IValueType | single | 
GetNextType(int)
View Source
Declaration
public IValueType? GetNextType(int index)