Esempio n. 1
0
 public static object GetTypeIdentifierInstance(string typeName)
 {
     return(NetJSON.GetTypeIdentifierInstance(typeName));
 }
Esempio n. 2
0
		internal static object GetTypeIdentifierInstance(string typeName) {
			return NetJSON.GetTypeIdentifierInstance(typeName);
		}