DocFX + Singulink = ♥

Class RegexCache

A bag of to use with the extension methods.

Inheritance
Object
RegexCache
Namespace: StreamRegex.Extensions.RegexExtensions
Assembly: StreamRegex.Extensions.dll
Syntax
public class RegexCache : IEnumerable<Regex>

Constructors

| Improve this Doc View Source

RegexCache(IEnumerable<Regex>)

Construct a cache from existing regexes.

Declaration
public RegexCache(IEnumerable<Regex> regexes)
Parameters
Type Name Description
IEnumerable<Regex> regexes

The regexes to use

Methods

| Improve this Doc View Source

GetEnumerator()

Gets an over the in the collection.

Declaration
public IEnumerator<Regex> GetEnumerator()
Returns
Type Description
IEnumerator<Regex>