1 interface inheriting from IBinaryWriteable
PresentationCore (1)
System\Windows\BinaryFormat\IRecord.cs (1)
10
internal interface IRecord :
IBinaryWriteable
4 implementations of IBinaryWriteable
PresentationCore (4)
System\Windows\BinaryFormat\ArrayInfo.cs (1)
18
internal readonly struct ArrayInfo :
IBinaryWriteable
System\Windows\BinaryFormat\ClassInfo.cs (1)
19
internal class ClassInfo :
IBinaryWriteable
System\Windows\BinaryFormat\ClassTypeInfo.cs (1)
18
internal readonly struct ClassTypeInfo :
IBinaryWriteable
System\Windows\BinaryFormat\MemberTypeInfo.cs (1)
23
internal readonly struct MemberTypeInfo :
IBinaryWriteable
, IEnumerable<(BinaryType Type, object? Info)>