UtilResourceGetResourcesOfT Method

Gets the resources of the specified type in the calling assembly.

Definition

Namespace: DevCase.Core.Application.Resources
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IEnumerable<DictionaryEntry> GetResourcesOf<T>(
	CultureInfo culture = null
)

Parameters

culture  CultureInfo  (Optional)
The resource culture

Type Parameters

T
The type of the resource to find.

Return Value

IEnumerableDictionaryEntry
IEnumerableT.

Example

This is a code example to get all String resources.
C#
No code example is currently available or this language may not be supported.

See Also