BinaryReaderExtensions.Read<T> Method
Namespace: Jodosoft.PrimitivesAssembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public static T Read<T>(
this BinaryReader reader
)
where T : struct, new(), IProvider<IBinaryIO<T>>
<ExtensionAttribute>
Public Shared Function Read(Of T As {Structure, New, IProvider(Of IBinaryIO(Of T))}) (
reader As BinaryReader
) As T
public:
[ExtensionAttribute]
generic<typename T>
where T : value class, gcnew(), IProvider<IBinaryIO<T>^>
static T Read(
BinaryReader^ reader
)
[<ExtensionAttribute>]
static member Read :
reader : BinaryReader -> 'T when 'T : struct, new() and IProvider<IBinaryIO<'T>>
- reader BinaryReader
-
- T
TIn Visual Basic and C#, you can call this method as an instance method on any object of type
BinaryReader. 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).