Example #1
0
 internal Cursor(Interop.Cursor native)
 {
     Native = native;
     Kind   = Interop.clang_getCursorKind(Native);
 }