APG.CodeHelper.IconHelper.IconListManager.AddExtension C# (CSharp) 메소드

AddExtension() 개인적인 메소드

Used internally, adds the extension to the hashtable, so that its value can then be returned.
private AddExtension ( string Extension, int ImageListPosition ) : void
Extension string String of the file's extension.
ImageListPosition int Position of the extension in the ImageList.
리턴 void
        private void AddExtension(string Extension, int ImageListPosition)
        {
            _extensionList.Add(Extension, ImageListPosition);
        }