This field holds a reference to the Hashtable hash table to which the resources are added using the AddResource method. The value of each resource is stored in the hash table keyed by the name of the resource.
[Visual Basic] Protected ResourceList As Hashtable [C#] protected Hashtable ResourceList; [C++] protected: Hashtable* ResourceList; [JScript] protected var ResourceList : Hashtable;
ResourceWriter Class | ResourceWriter Members | System.Resources Namespace