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