ResourceSet Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ResourceSet type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Close Closes and releases any resources used by this ResourceSet.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose() Disposes of the resources (other than memory) used by the current instance of ResourceSet.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose(Boolean) Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetDefaultReader Returns the preferred resource reader class for this kind of ResourceSet.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEnumerator Returns an IDictionaryEnumerator that can iterate through the ResourceSet.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetObject(String) Searches for a resource object with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetObject(String, Boolean) Searches for a resource object with the specified name in a case-insensitive manner, if requested.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetString(String) Searches for a String resource with the specified name.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetString(String, Boolean) Searches for a String resource with the specified name in a case-insensitive manner, if requested.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ReadResources Reads all the resources.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Extension Methods

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IEnumerable.GetEnumerator Returns an IEnumerator in order to avoid a race condition with Dispose. This member is not intended to be used directly from your code.

Top