Avalanche.DataType.Intermediate
Avalanche.DataType.IntermediateTarget targets for a default .NET type of a datatype type.
DataType | .NET |
---|---|
RecordType | ITuple |
ListType | List<T> |
MapType | Dictionary<K,V> |
StringType | String |
FloatingPointType | float, double, decimal, BigDecimal |
IntegerType | bool, byte, sbyte, short, ushort, int, uint, long, uint, Int128, UInt128, BigInteger |
OneOfType | Avalanche.OneOf |
AnyType | Avalanche.Any |
Nullable<T> |