Table of Contents

Class CsFileFilter.ContainsArgs

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Arguments controlling which path-contains patterns to include or exclude during filtering.

public class CsFileFilter.ContainsArgs
Inheritance
CsFileFilter.ContainsArgs
Inherited Members
Extension Methods

Constructors

ContainsArgs(bool, bool, bool)

false which not to index, true which to index

public ContainsArgs(bool objFp, bool binFp, bool tildaRF)

Parameters

objFp bool

Whether to include obj directory files

binFp bool

Whether to include bin directory files

tildaRF bool

Whether to include tilda RF files

Fields

binFp

Whether to include files from bin directories.

public bool binFp

Field Value

bool

objFp

Whether to include files from obj directories.

public bool objFp

Field Value

bool

tildaRF

Whether to include files with tilda RF marker.

public bool tildaRF

Field Value

bool