Table of Contents

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

string

AnalyzerMessageFormat

Looks up a localized string similar to Type name '{0}' contains lowercase letters.

public static string AnalyzerMessageFormat { get; }

Property Value

string

AnalyzerTitle

Looks up a localized string similar to Type name contains lowercase letters.

public static string AnalyzerTitle { get; }

Property Value

string

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

CultureInfo

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager