OpenSim.Region.ScriptEngine.Shared.LSL_Types.key.key C# (CSharp) Method

key() public method

public key ( string s ) : System
s string
return System
            public key(string s)
            {
                value = s;
            }