System.Resources.ResourceManager.InternalGetResourceSet Method

Provides the implementation for finding a resource set.

Syntax

protected virtual ResourceSet InternalGetResourceSet (System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents)

Parameters

culture
The culture object to look for.
createIfNotExists
true to load the resource set, if it has not been loaded yet; otherwise, false.
tryParents
true to check parent System.Globalization.CultureInfo objects if the resource set cannot be loaded; otherwise, false.

Returns

The specified resource set.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0