示例#1
0
 public static object GetTypeIdentifierInstance(string typeName)
 {
     return(NetJSON.GetTypeIdentifierInstance(typeName));
 }
示例#2
0
		internal static object GetTypeIdentifierInstance(string typeName) {
			return NetJSON.GetTypeIdentifierInstance(typeName);
		}