C# Class Corlib.CharArrayExtensions

System.Char[] extension methods
Datei anzeigen Open project: GeorgeTsiokos/corlib

Public Methods

Method Description
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

Method Details

IndexOfAll() public static method

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
return int>>.IEnumerable