예제 #1
0
 public StringInstance CreateString(string value)
 {
     return(stringType.Construct(value));
 }