protected VerbatimBlockLineComment(VerbatimBlockLineComment.Internal* native, bool isInternalImpl = false) : base((CppSharp.Parser.AST.Comment.Internal*) native) { }
private static VerbatimBlockLineComment.Internal* __CopyValue(VerbatimBlockLineComment.Internal native) { var ret = Marshal.AllocHGlobal(32); CppSharp.Parser.AST.VerbatimBlockLineComment.Internal.cctor_2(ret, new global::System.IntPtr(&native)); return (VerbatimBlockLineComment.Internal*) ret; }
private VerbatimBlockLineComment(VerbatimBlockLineComment.Internal native) : this(__CopyValue(native)) { __ownsNativeInstance = true; NativeToManagedMap[__Instance] = this; }
protected VerbatimBlockLineComment(VerbatimBlockLineComment.Internal* native, bool skipVTables = false) : base((CppSharp.Parser.AST.Comment.Internal*) null) { __PointerAdjustment = 0; if (native == null) return; __Instance = new global::System.IntPtr(native); }
public static VerbatimBlockLineComment __CreateInstance(VerbatimBlockLineComment.Internal native) { return new VerbatimBlockLineComment(native); }
private VerbatimBlockLineComment(VerbatimBlockLineComment.Internal native, bool skipVTables = false) : this(__CopyValue(native), skipVTables) { __ownsNativeInstance = true; NativeToManagedMap[__Instance] = this; }
public static VerbatimBlockLineComment __CreateInstance(VerbatimBlockLineComment.Internal native, bool skipVTables = false) { return new VerbatimBlockLineComment(native, skipVTables); }
private static void* __CopyValue(VerbatimBlockLineComment.__Internal native) { var ret = Marshal.AllocHGlobal(28); global::CppSharp.Parser.AST.VerbatimBlockLineComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); return ret.ToPointer(); }
public bool VisitVerbatimBlockLine(VerbatimBlockLineComment comment) { return(true); }
public bool VisitVerbatimBlockLine(VerbatimBlockLineComment comment) => true;