public static T ReadStructure<T>( this BinaryReader reader ) where T : struct, new()
<ExtensionAttribute> Public Shared Function ReadStructure(Of T As {Structure, New}) ( reader As BinaryReader ) As T
public: [ExtensionAttribute] generic<typename T> where T : value class, gcnew() static T ReadStructure( BinaryReader^ reader )
[<ExtensionAttribute>] static member ReadStructure : reader : BinaryReader -> 'T when 'T : struct, new()
JavaScript does not support generic types or methods.
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.