3 overrides of ElementType
System.Private.Windows.Core (3)
System\Private\Windows\BinaryFormat\Serializer\ArraySingleObject.cs (1)
26
public override BinaryType
ElementType
=> BinaryType.Object;
System\Private\Windows\BinaryFormat\Serializer\ArraySinglePrimitive.cs (1)
26
public override BinaryType
ElementType
=> BinaryType.Primitive;
System\Private\Windows\BinaryFormat\Serializer\ArraySingleString.cs (1)
28
public override BinaryType
ElementType
=> BinaryType.String;