Class Resources
- Namespace
- SunamoRoslyn
- Assembly
- SunamoRoslyn.dll
public class Resources
- Inheritance
-
Resources
- Inherited Members
- Extension Methods
Constructors
Resources()
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
public Resources()
Properties
AnalyzerDescription
Looks up a localized string similar to Type names should be all uppercase..
public static string AnalyzerDescription { get; }
Property Value
AnalyzerMessageFormat
Looks up a localized string similar to Type name '{0}' contains lowercase letters.
public static string AnalyzerMessageFormat { get; }
Property Value
AnalyzerTitle
Looks up a localized string similar to Type name contains lowercase letters.
public static string AnalyzerTitle { get; }
Property Value
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }