Exemple #1
0
 private void _readNativeStruct()
 {
     if (_ptrSciTextRange != IntPtr.Zero)
     {
         _sciTextRange = (_Sci_TextRange)Marshal.PtrToStructure(_ptrSciTextRange, typeof(_Sci_TextRange));
     }
 }
 void _readNativeStruct()
 {
     if (_ptrSciTextRange != IntPtr.Zero)
         _sciTextRange = (_Sci_TextRange)Marshal.PtrToStructure(_ptrSciTextRange, typeof(_Sci_TextRange));
 }