Click or drag to resize

JTokenSelectTokens Method (String, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<JToken> SelectTokens(
	string path,
	bool errorWhenNoMatch
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"]

errorWhenNoMatch
Type: SystemBoolean

[Missing <param name="errorWhenNoMatch"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"]

Return Value

Type: IEnumerableJToken

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"]

See Also