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