コード例 #1
0
 public TextRegion(SnapshotPoint startPoint, TextRegionType type)
     : this()
 {
     StartPoint = startPoint;
     RegionType = type;
 }
コード例 #2
0
ファイル: TextRegion.cs プロジェクト: waodng/VSIX
 public TextRegion(SnapshotPoint startPoint, TextRegionType type)
     : this()
 {
     StartPoint = startPoint;
     RegionType = type;
 }