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

FormatParam() public method

Initializes the parameter with an integer value.
public FormatParam ( Int32 value ) : System.Collections.Generic
value Int32 The value to be stored in the parameter.
return System.Collections.Generic
                public FormatParam(Int32 value) : this(value, null) { }

Same methods

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