The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IResourceReader Interface
Silverlight
Provides the base functionality to read data from resource files.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
The IResourceReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Close | Closes the resource reader after releasing any resources associated with it. |
![]() ![]() ![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() ![]() | GetEnumerator() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() ![]() ![]() | GetEnumerator() | Returns an IDictionaryEnumerator of the resources for this reader. |
| Name | Description | |
|---|---|---|
![]() ![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() ![]() ![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() ![]() ![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:



