CSharpMinifier.GUI.frmMain.ListBoxItem.ListBoxItem C# (CSharp) Метод

ListBoxItem() публичный Метод

public ListBoxItem ( string key, string value ) : System
key string
value string
Результат System
            public ListBoxItem(string key, string value)
            {
                Key = key;
                Value = value;
            }
frmMain.ListBoxItem