public T UnsafeTo<T>(
ref byte source
)
where T : struct, new()
Public Function UnsafeTo(Of T As {Structure, New}) (
ByRef source As Byte
) As T
member UnsafeTo :
source : byte byref -> 'T when 'T : struct, new()
NotSupportedException | 当类型T不支持时抛出 |