ResourceSet Constructor (IResourceReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the ResourceSet class using the specified resource reader.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- reader
- Type: System.Resources.IResourceReader
The reader that will be used.
| Exception | Condition |
|---|---|
| ArgumentNullException | The reader parameter is null. |
Show: