swigtype_p_false_is_err.cs

来自「支持各种栅格图像和矢量图像读取的库」· CS 代码 · 共 31 行

CS
31
字号
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.31 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */namespace OSGeo.GDAL {using System;using System.Runtime.InteropServices;public class SWIGTYPE_p_FALSE_IS_ERR {  private HandleRef swigCPtr;  internal SWIGTYPE_p_FALSE_IS_ERR(IntPtr cPtr, object futureUse) {    swigCPtr = new HandleRef(this, cPtr);  }  protected SWIGTYPE_p_FALSE_IS_ERR() {    swigCPtr = new HandleRef(null, IntPtr.Zero);  }  internal static HandleRef getCPtr(SWIGTYPE_p_FALSE_IS_ERR obj) {    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;  }}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?