C# Класс HelpRequest.Controllers.Helpers.StringExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
IndexOfAll ( this source, string searchTerm ) : IEnumerable

Returns the index of all occurrences of a specific string

Code taken from: http://www.dijksterhuis.org/manipulating-strings-in-csharp-finding-all-occurrences-of-a-string-within-another-string/

Описание методов

IndexOfAll() публичный статический Метод

Returns the index of all occurrences of a specific string
Code taken from: http://www.dijksterhuis.org/manipulating-strings-in-csharp-finding-all-occurrences-of-a-string-within-another-string/
public static IndexOfAll ( this source, string searchTerm ) : IEnumerable
source this
searchTerm string
Результат IEnumerable