ConfigGenerator.FlagCheckedListBoxItem.FlagCheckedListBoxItem C# (CSharp) Method

FlagCheckedListBoxItem() private method

private FlagCheckedListBoxItem ( int v, string c ) : System
v int
c string
return System
		internal FlagCheckedListBoxItem(int v, string c) {
			Value = v;
			Caption = c;
		}