C# Class DefaultStringComparisonFinder, Caseless

Show file 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 property

public ModuleWeaver, ModuleWeaver
return ModuleWeaver,

MsCoreReferenceFinder public property

public MsCoreReferenceFinder, MsCoreReferenceFinder
return MsCoreReferenceFinder,

StringComparisonConstant public property

public int StringComparisonConstant
return int

UseOperatorForOrdinal public property

public bool? UseOperatorForOrdinal
return bool?