예제 #1
0
 public static string ToString(LSLString s)
 {
     return s.m_string;
 }
예제 #2
0
 public key(LSLString s)
 {
     value = s.ToString();
 }