Ejemplo n.º 1
0
 private SourceLocation(SourceLocation.Internal *native, bool isInternalImpl = false) : this()
 {
     __instance = *native;
 }
Ejemplo n.º 2
0
 internal SourceLocation(SourceLocation.Internal *native)
     : this(new global::System.IntPtr(native))
 {
 }
Ejemplo n.º 3
0
            private SourceLocation(SourceLocation.Internal *native, bool isInternalImpl = false) : this()
            {
                var __ptr = native;

                ID = __ptr->ID;
            }
Ejemplo n.º 4
0
 private SourceLocation(SourceLocation.Internal *native, bool skipVTables = false) : this()
 {
     __instance = *native;
 }