Table of Contents

Class CsFileFilterRoslyn.EndArgs

Namespace
SunamoRoslyn._public
Assembly
SunamoRoslyn.dll

Arguments for ending-based file path filtering.

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

Constructors

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

Initializes a new instance of the CsFileFilterRoslyn.EndArgs class. False means not to index, true means to index.

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

Parameters

designerCs bool

Whether to include .designer.cs files.

xamlCs bool

Whether to include .xaml.cs files.

sharedCs bool

Whether to include Shared.cs files.

iCs bool

Whether to include .i.cs files.

gCs bool

Whether to include .g.cs files.

tmp bool

Whether to include .tmp files.

TMP bool

Whether to include .TMP files.

DesignerCs bool

Whether to include .Designer.cs files.

Fields

DesignerCs

Whether to include .Designer.cs files.

public bool DesignerCs

Field Value

bool

TMP

Whether to include .TMP files.

public bool TMP

Field Value

bool

designerCs

Whether to include .designer.cs files.

public bool designerCs

Field Value

bool

gCs

Whether to include .g.cs files.

public bool gCs

Field Value

bool

gICs

Whether to include .g.i.cs files.

public bool gICs

Field Value

bool

iCs

Whether to include .i.cs files.

public bool iCs

Field Value

bool

notTranslateAble

Whether to include NotTranslateAble files.

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.

public bool tmp

Field Value

bool

xamlCs

Whether to include .xaml.cs files.

public bool xamlCs

Field Value

bool