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
designerCsboolWhether to include .designer.cs files.
xamlCsboolWhether to include .xaml.cs files.
sharedCsboolWhether to include Shared.cs files.
iCsboolWhether to include .i.cs files.
gCsboolWhether to include .g.cs files.
tmpboolWhether to include .tmp files.
TMPboolWhether to include .TMP files.
DesignerCsboolWhether to include .Designer.cs files.
Fields
DesignerCs
Whether to include .Designer.cs files.
public bool DesignerCs
Field Value
TMP
Whether to include .TMP files.
public bool TMP
Field Value
designerCs
Whether to include .designer.cs files.
public bool designerCs
Field Value
gCs
Whether to include .g.cs files.
public bool gCs
Field Value
gICs
Whether to include .g.i.cs files.
public bool gICs
Field Value
iCs
Whether to include .i.cs files.
public bool iCs
Field Value
notTranslateAble
Whether to include NotTranslateAble files.
public bool notTranslateAble
Field Value
sharedCs
Whether to include Shared.cs files.
public bool sharedCs
Field Value
tmp
Whether to include .tmp files.
public bool tmp
Field Value
xamlCs
Whether to include .xaml.cs files.
public bool xamlCs