Table of Contents

Class RemoveStartingWithArgsCA

Namespace
SunamoCollections._public.SunamoArgs
Assembly
SunamoCollections.dll

Public arguments for the RemoveStartingWith operation.

public class RemoveStartingWithArgsCA
Inheritance
RemoveStartingWithArgsCA
Inherited Members
Extension Methods

Properties

CaseSensitive

Gets or sets whether the comparison is case-sensitive.

public bool CaseSensitive { get; set; }

Property Value

bool

TrimBeforeFinding

Gets or sets whether to trim elements before finding matches.

public bool TrimBeforeFinding { get; set; }

Property Value

bool