コード例 #1
0
ファイル: ITodoCommentService.cs プロジェクト: yonifra/roslyn
 public TodoComment(TodoCommentDescriptor descriptor, string message, int position) : this()
 {
     this.Descriptor = descriptor;
     this.Message    = message;
     this.Position   = position;
 }
コード例 #2
0
ファイル: ITodoCommentService.cs プロジェクト: CAPCHIK/roslyn
 public TodoComment(TodoCommentDescriptor descriptor, string message, int position) : this()
 {
     this.Descriptor = descriptor;
     this.Message = message;
     this.Position = position;
 }