Exemplo n.º 1
0
 public static SnapshotPoint GetPoint(this ITextSnapshot snapshot, int lineNumber, int columnIndex)
 {
     return(new SnapshotPoint(snapshot, snapshot.GetPosition(lineNumber, columnIndex)));
 }