Click or drag to resize
JsonObjectTryGetT Method

[Missing <summary> documentation for "M:X3Platform.Ajax.Json.JsonObject.TryGet``1(System.String)"]

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public T TryGet<T>(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:X3Platform.Ajax.Json.JsonObject.TryGet``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.Json.JsonObject.TryGet``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Ajax.Json.JsonObject.TryGet``1(System.String)"]

See Also