BinaryWriterExtensions.Write<T> Method

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public static void Write<T>(
	this BinaryWriter writer,
	T value
)
where T : struct, new(), IProvider<IBinaryIO<T>>

Parameters

writer  BinaryWriter
 
value  T
 

Type Parameters

T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BinaryWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also