libsbmlcs.XMLNamespaces.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( XMLNamespaces obj ) : HandleRef
obj XMLNamespaces
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(XMLNamespaces obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

コード例 #1
0
 void removeL2Namespaces(XMLNamespaces xmlns)
 {
     libsbmlPINVOKE.SBMLExtension_removeL2Namespaces(swigCPtr, XMLNamespaces.getCPtr(xmlns));
 }
All Usage Examples Of libsbmlcs.XMLNamespaces::getCPtr