C# Класс Corlib.CharArrayExtensions

System.Char[] extension methods
Показать файл Открыть проект

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

Метод Описание
IndexOfAll ( this source, char values, int startIndex, int count ) : int>>.IEnumerable

Single pass through source looking for each occurence of any of the values from startIndex until count

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

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

Single pass through source looking for each occurence of any of the values from startIndex until count
public static IndexOfAll ( this source, char values, int startIndex, int count ) : int>>.IEnumerable
source this the char[] to search
values char one or more char[] to search for
startIndex int where to start in
count int how many chars to eval in
Результат int>>.IEnumerable