ResourceSet.GetDefaultReader Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the preferred resource reader class for this kind of ResourceSet.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.TypeReturns the Type for the preferred resource reader for this kind of ResourceSet.
Notes to Inheritors
Derived classes of ResourceSet that use their own resource reader should override GetDefaultReader.
Show: