DocFX + Singulink = ♥

Class DelegateOptions

Options for the Sliding Buffer

Inheritance
Object
DelegateOptions
Namespace: StreamRegex.Extensions
Assembly: StreamRegex.Extensions.dll
Syntax
public class DelegateOptions : object

Properties

| Improve this Doc View Source

CaptureValues

If set, Match objects will contain the value which was matched. May increase memory allocations.

Declaration
public bool CaptureValues { get; set; }
Property Value
Type Description
Boolean