SignType.this C# (CSharp) Method

this() public method

public this ( string s ) : int
s string
return int
            public int this[string s]
            {
                get { return Values[s]; }
            }
        }