Class Struct<T1, T2, T3, T4, T5, T6, T7, T8>
See Struct.
public sealed class Struct<T1, T2, T3, T4, T5, T6, T7, T8> : IDBusWritable, IVariantValueConvertable where T1 : notnull where T2 : notnull where T3 : notnull where T4 : notnull where T5 : notnull where T6 : notnull where T7 : notnull where T8 : notnull
Type Parameters
T1T2T3T4T5T6T7T8
- Inheritance
-
Struct<T1, T2, T3, T4, T5, T6, T7, T8>
- Implements
- Inherited Members
Constructors
Struct(T1, T2, T3, T4, T5, T6, T7, T8)
public Struct(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8)
Parameters
item1T1item2T2item3T3item4T4item5T5item6T6item7T7item8T8
Fields
Item1
public T1 Item1
Field Value
- T1
Item2
public T2 Item2
Field Value
- T2
Item3
public T3 Item3
Field Value
- T3
Item4
public T4 Item4
Field Value
- T4
Item5
public T5 Item5
Field Value
- T5
Item6
public T6 Item6
Field Value
- T6
Item7
public T7 Item7
Field Value
- T7
Item8
public T8 Item8
Field Value
- T8
Methods
AsVariantValue()
Converts this instance to a VariantValue.
public VariantValue AsVariantValue()
Returns
- VariantValue
The VariantValue representation of this instance.
Operators
implicit operator VariantValue(Struct<T1, T2, T3, T4, T5, T6, T7, T8>)
public static implicit operator VariantValue(Struct<T1, T2, T3, T4, T5, T6, T7, T8> value)
Parameters
valueStruct<T1, T2, T3, T4, T5, T6, T7, T8>