Exemple #1
0
 public unsafe FullComment(RawComment owningRawComment, CppSharp.Parser.AST.FullComment fullComment) : base(fullComment)
 {
     this.OwningRawComment = owningRawComment;
     this.fullComment      = fullComment;
 }
Exemple #2
0
 public unsafe CommentBlock(CppSharp.Parser.AST.FullComment fullComment) : base(fullComment)
 {
     this.fullComment = fullComment;
 }