'Declaration Public Shared Sub AppendLine( _ ByVal str As Stream, _ ByVal value As String _ )
'Declaration
Public Shared Sub AppendLine( _ ByVal str As Stream, _ ByVal value As String _ )
'Usage Dim str As Stream Dim value As String StreamUtilWithExtensions.AppendLine(str, value)
'Usage
Dim str As Stream Dim value As String StreamUtilWithExtensions.AppendLine(str, value)
public static void AppendLine( Stream str, string value )
StreamUtilWithExtensions Class StreamUtilWithExtensions Members