Browse Source

Document the purpose of Class.OriginalClass.

pull/552/merge
triton 10 years ago
parent
commit
7ec100c47e
  1. 1
      src/AST/Class.cs

1
src/AST/Class.cs

@ -173,6 +173,7 @@ namespace CppSharp.AST @@ -173,6 +173,7 @@ namespace CppSharp.AST
}
}
// When we have an interface, this is the class mapped to that interface.
public Class OriginalClass { get; set; }
public bool IsValueType

Loading…
Cancel
Save