public static void AppendSpace<TWriter>(
	ref TWriter writer
)
where TWriter : IBytesWriter
Public Shared Sub AppendSpace(Of TWriter As IBytesWriter) ( 
	ByRef writer As TWriter
)static member AppendSpace : 
        writer : 'TWriter byref -> unit  when 'TWriter : IBytesWriter