System.TermInfo.ParameterizedStrings.FormatParam.FormatParam C# (CSharp) 메소드

FormatParam() 개인적인 메소드

Initializes the parameter.
private FormatParam ( Int32 intValue, String stringValue ) : System.Collections.Generic
intValue Int32 The integer value.
stringValue String The string value.
리턴 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