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