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);
        }