ConfigGenerator.FlagCheckedListBoxItem.FlagCheckedListBoxItem C# (CSharp) Метод

FlagCheckedListBoxItem() приватный Метод

private FlagCheckedListBoxItem ( int v, string c ) : System
v int
c string
Результат System
		internal FlagCheckedListBoxItem(int v, string c) {
			Value = v;
			Caption = c;
		}