Esempio n. 1
0
 public unsafe InlineCommandComment(Headers.Comment owningComment, CppSharp.Parser.AST.InlineCommandComment inlineCommandComment) : base(owningComment, inlineCommandComment)
 {
     this.inlineCommandComment = inlineCommandComment;
 }
Esempio n. 2
0
 public unsafe HTMLTagComment(Headers.Comment owningComment, CppSharp.Parser.AST.HTMLTagComment htmlTagComment) : base(owningComment, htmlTagComment)
 {
     this.htmlTagComment = htmlTagComment;
 }
Esempio n. 3
0
 public unsafe TextComment(Headers.Comment owningComment, CppSharp.Parser.AST.TextComment textComment) : base(owningComment, textComment)
 {
     this.textComment = textComment;
 }