• Version 1.16.0
Show / Hide Table of Contents

Class Resources

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance
object
Resources
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix.Properties
Assembly: OnixS.Fix.Engine.dll
Syntax
public class Resources

Properties

Culture

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type Description
CultureInfo

ResourceManager

Returns the cached ResourceManager instance used by this class.

Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type Description
ResourceManager
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX