Click or drag to resize

JTokenItem Property

Namespace:  Dynamicweb.Core.Json
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public virtual IEnumerable<JToken> this[
	Object key
] { get; }

Parameters

key
Type: SystemObject

Property Value

Type: IEnumerableJToken
See Also