ResXManagerFindResourcesT Method

Finds the resources of the specified type inside the .NET managed resource file.

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 virtual IEnumerable<Resource<T>> FindResources<T>()

Type Parameters

T
The type.

Return Value

IEnumerableResourceT
The resource.

Exceptions

FileNotFoundException Resource file not found.
ArgumentException Resource with the specified name is not found.;name
ArgumentException The specified Type differs from the resource Type.;T

See Also