Table of Contents

Class CsFileFilter.EndArgs

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Arguments controlling which file endings to include or exclude during filtering.

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

Constructors

EndArgs(bool, bool, bool, bool, bool, bool, bool, bool)

false which not to index, true which to index

public EndArgs(bool designerCs, bool xamlCs, bool sharedCs, bool iCs, bool gCs, bool tmp, bool TMP, bool DesignerCs)

Parameters

designerCs bool
xamlCs bool
sharedCs bool
iCs bool
gCs bool
tmp bool
TMP bool
DesignerCs bool

Fields

DesignerCs

Whether to include .Designer.cs files (uppercase D).

public bool DesignerCs

Field Value

bool

TMP

Whether to include .TMP files (uppercase).

public bool TMP

Field Value

bool

designerCs

Whether to include .designer.cs files (lowercase).

public bool designerCs

Field Value

bool

gCs

Whether to include .g.cs generated files.

public bool gCs

Field Value

bool

gICs

Whether to include .g.i.cs generated intermediate files.

public bool gICs

Field Value

bool

iCs

Whether to include .i.cs intermediate files.

public bool iCs

Field Value

bool

notTranslateAble

Whether to include files marked as not translatable.

public bool notTranslateAble

Field Value

bool

sharedCs

Whether to include .shared.cs files.

public bool sharedCs

Field Value

bool

tmp

Whether to include .tmp files (lowercase).

public bool tmp

Field Value

bool

xamlCs

Whether to include .xaml.cs code-behind files.

public bool xamlCs

Field Value

bool