示例#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;
 }