コード例 #1
0
 public IEnumerable <IFoldSegment> GetFoldingsContaining(int offset)
 {
     return(textEditorImpl.GetFoldingsContaining(offset));
 }