コード例 #1
0
ファイル: LineAnnotations.cs プロジェクト: Runt-Editor/Runt
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end   = end;
     _style = style;
 }
コード例 #2
0
ファイル: LineAnnotations.cs プロジェクト: Runt-Editor/Runt
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end = end;
     _style = style;
 }