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

FormatParam() private method

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

Same methods

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