public IDictionaryEnumerator GetMetadataEnumerator()
        {
            ResXResourceSet resx = resxResourceSet;

            if (resx == null)
            {
                Throw.ObjectDisposedException();
            }

            return(resx.GetMetadataEnumerator());
        }