MonoTouch.Dialog.JsonBindingContext.RegisterParser C# (CSharp) Method

RegisterParser() public static method

public static RegisterParser ( string s, Func f ) : void
s string
f Func
return void
		public static void RegisterParser(string s, Func<JsonObject, JsonDialogViewController, JsonValue , Element> f) {
			_parseFunctions.Add(s, f);	
		}