ResXResourceManagerInternalGetResourceSet Method

Provides the implementation for finding a resource set.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override ResourceSet? InternalGetResourceSet(
	CultureInfo culture,
	bool loadIfExists,
	bool tryParents
)

Parameters

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

Return Value

ResourceSet
The specified resource set.

Exceptions

ArgumentNullExceptionculture is .
MissingManifestResourceExceptionThe .resx file of the neutral culture was not found, while tryParents and ThrowException are both .

See Also