Esempio n. 1
0
 public unsafe Comment(Declaration owningDeclaration, CppSharp.Parser.AST.RawComment rawComment)
 {
     this.OwningDeclaration = owningDeclaration;
 }
Esempio n. 2
0
 public RawComment(Declaration parentDeclaration, CppSharp.Parser.AST.RawComment rawComment)
 {
     this.rawComment = rawComment;
     this.rawComment.AssertNotNullAndOfType <CppSharp.Parser.AST.RawComment>();
 }