コード例 #1
0
        public IDictionaryEnumerator GetMetadataEnumerator()
        {
            ResXResourceSet resx = resxResourceSet;

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

            return(resx.GetMetadataEnumerator());
        }