コード例 #1
0
 /// <summary>
 /// Get the column hat this SnapshotPoint occupies
 /// </summary>
 public static int GetColumn(this SnapshotPoint point)
 {
     return(SnapshotPointUtil.GetColumn(point));
 }