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