mirror of https://github.com/mono/CppSharp.git
3 changed files with 36 additions and 0 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace Cxxi |
||||
{ |
||||
public class Variable : Declaration |
||||
{ |
||||
public override T Visit<T>(IDeclVisitor<T> visitor) |
||||
{ |
||||
throw new System.NotImplementedException(); |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue