Hello, How do I write/read a List(Of SqlDouble) (or its underlying array of SqlDouble) with BinaryReader and BinaryWriter? I am writing a SQL Server
CLR function and am using a List(Of SqlDouble) to hold the values for processing. The class must implement IBinarySerialize which as two methods. Read passes a ...