C# Class DefaultStringComparisonFinder, Caseless

显示文件 Open project: Fody/Caseless Class Usage Examples

Public Properties

Property Type Description
ModuleWeaver ModuleWeaver,
MsCoreReferenceFinder MsCoreReferenceFinder,
StringComparisonConstant int
UseOperatorForOrdinal bool?

Public Methods

Method Description
Execute ( ) : void
GetStringComparisonFromXml ( System.Xml.Linq.XElement xElement ) : string

Method Details

Execute() public method

public Execute ( ) : void
return void

GetStringComparisonFromXml() public static method

public static GetStringComparisonFromXml ( System.Xml.Linq.XElement xElement ) : string
xElement System.Xml.Linq.XElement
return string

Property Details

ModuleWeaver public_oe property

public ModuleWeaver, ModuleWeaver
return ModuleWeaver,

MsCoreReferenceFinder public_oe property

public MsCoreReferenceFinder, MsCoreReferenceFinder
return MsCoreReferenceFinder,

StringComparisonConstant public_oe property

public int StringComparisonConstant
return int

UseOperatorForOrdinal public_oe property

public bool? UseOperatorForOrdinal
return bool?