Beispiel #1
0
 internal static IntPtr getCPtr(XmlIndexDeclaration obj)
 {
     if (obj != null)
     {
         return obj.swigCPtr;
     }
     return IntPtr.Zero;
 }
Beispiel #2
0
 internal static IntPtr getCPtr(XmlIndexDeclaration obj)
 {
     if (obj != null)
     {
         return(obj.swigCPtr);
     }
     return(IntPtr.Zero);
 }
Beispiel #3
0
 internal Entry(XmlIndexDeclaration id)
 {
     using (id)
     {
         this.uri_ = id.get_uri();
         this.name_ = id.get_name();
         this.index_ = id.get_index();
     }
 }