System.ParameterizedStrings.FormatParam.FormatParam C# (CSharp) Method

FormatParam() private method

Initializes the parameter.
private FormatParam ( Int32 intValue, String stringValue ) : System.Collections
intValue Int32 The integer value.
stringValue String The string value.
return System.Collections
			private FormatParam(Int32 intValue, String stringValue)
			{
				_int32 = intValue;
				_string = stringValue;
			}
			

Same methods

ParameterizedStrings.FormatParam::FormatParam ( Int32 value ) : System.Collections
ParameterizedStrings.FormatParam::FormatParam ( String value ) : System.Collections
ParameterizedStrings.FormatParam