ACR_ServerMisc.ACR_ServerMisc.DictionaryClear C# (CSharp) 메소드

DictionaryClear() 개인적인 메소드

Delete entire contents of dictionary by dictionary id.
private DictionaryClear ( string DictID ) : void
DictID string Supplies the id of the Dictionary to access. ///
리턴 void
        private void DictionaryClear(string DictID)
        {
            StorageList.Remove(DictID);
            StorageIteratorList.Remove(DictID);
        }