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