Reads the specified T data from a memory location.
            
            
            
            
            
            
            
            '宣言
 
Public Shared Function ReadAndPosition(Of  As {New, Struct})( _
   ByVal  As System.IntPtr, _
   ByRef  As  _
) As System.IntPtr
             
        
            
            public static System.IntPtr ReadAndPosition<>( 
   System.IntPtr ,
   ref  
)
where T: new(), struct
             
        
             
        
            パラメータ
- source
 
- Memory location to read from.
 - data
 
- The data write to.
 
            型パラメータ
- T
 
- Type of a data to read.
 
            戻り値の型
source pointer + sizeof(T).