Exemplo n.º 1
0
 protected HTMLEndTagComment(HTMLEndTagComment.Internal* native, bool isInternalImpl = false)
     : base((CppSharp.Parser.AST.HTMLTagComment.Internal*) native)
 {
 }
Exemplo n.º 2
0
 private static HTMLEndTagComment.Internal* __CopyValue(HTMLEndTagComment.Internal native)
 {
     var ret = Marshal.AllocHGlobal(32);
     CppSharp.Parser.AST.HTMLEndTagComment.Internal.cctor_2(ret, new global::System.IntPtr(&native));
     return (HTMLEndTagComment.Internal*) ret;
 }
Exemplo n.º 3
0
 private HTMLEndTagComment(HTMLEndTagComment.Internal native)
     : this(__CopyValue(native))
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Exemplo n.º 4
0
 protected HTMLEndTagComment(HTMLEndTagComment.Internal* native, bool skipVTables = false)
     : base((CppSharp.Parser.AST.HTMLTagComment.Internal*) null)
 {
     __PointerAdjustment = 0;
     if (native == null)
         return;
     __Instance = new global::System.IntPtr(native);
 }
Exemplo n.º 5
0
 public static HTMLEndTagComment __CreateInstance(HTMLEndTagComment.Internal native)
 {
     return new HTMLEndTagComment(native);
 }
Exemplo n.º 6
0
 private HTMLEndTagComment(HTMLEndTagComment.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Exemplo n.º 7
0
 public static HTMLEndTagComment __CreateInstance(HTMLEndTagComment.Internal native, bool skipVTables = false)
 {
     return new HTMLEndTagComment(native, skipVTables);
 }
Exemplo n.º 8
0
 private static void* __CopyValue(HTMLEndTagComment.__Internal native)
 {
     var ret = Marshal.AllocHGlobal(32);
     global::CppSharp.Parser.AST.HTMLEndTagComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native));
     return ret.ToPointer();
 }
Exemplo n.º 9
0
 public bool VisitHTMLEndTag(HTMLEndTagComment comment)
 {
     return(true);
 }
Exemplo n.º 10
0
 public bool VisitHTMLEndTag(HTMLEndTagComment comment) => true;