LitDev.stringPair.stringPair C# (CSharp) Method

stringPair() public method

public stringPair ( int _index, string _value ) : System
_index int
_value string
return System
        public stringPair(int _index, string _value)
        {
            index = _index;
            value = _value;
        }