IResourceReader Methods
Collapse the table of content
Expand the table of content

IResourceReader Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The IResourceReader type exposes the following members.

  NameDescription
Public method Close Closes the resource reader after releasing any resources associated with it.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method GetEnumerator Returns an IDictionaryEnumerator of the resources for this reader.
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast(Of TResult) Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType(Of TResult) Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

Show:
© 2017 Microsoft