CultureInfoCache Class

Definition

Caution

This type is obsolete and will be removed in a future version.

Provides read-only cached instances of CultureInfo.

public ref class CultureInfoCache abstract sealed
public static class CultureInfoCache
[System.Obsolete("This type is obsolete and will be removed in a future version.")]
public static class CultureInfoCache
type CultureInfoCache = class
[<System.Obsolete("This type is obsolete and will be removed in a future version.")>]
type CultureInfoCache = class
Public Class CultureInfoCache
Inheritance
CultureInfoCache
Attributes

Methods

GetCultureInfo(String, IList<CultureInfo>)

Gets a read-only cached CultureInfo for the specified name. Only names that exist in supportedCultures will be used.

Applies to