ResourceSet::ReadResources Method ()
Assembly: mscorlib (in mscorlib.dll)
Notes to Inheritors:
Derived classes of ResourceSet should explicitly call ReadResources to load all the resources from the IResourceReader into Table, generally either in the constructor or lazily on the first call to either GetString or GetObject. However, if your resource set and IResourceReader already have information about each other and have a more efficient way to load just a few select resources, this step can be skipped. To minimize working set, write your resource set in such a way that it queries your IResourceReader for only the resource values requested by your application.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0