Class NameFixOptions
public sealed class NameFixOptions
- Inheritance
-
NameFixOptions
- Extension Methods
Constructors
NameFixOptions(string, NameFixType)
public NameFixOptions(string defaultValue, NameFixType fixType)
Parameters
defaultValue
stringfixType
NameFixType
Properties
DefaultValue
Default fixer value for identifier.
public string DefaultValue { get; }
Property Value
FixType
Identifier fix logic to use.
public NameFixType FixType { get; }