Click or drag to resize

JTokenAnnotationsT Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Annotations``1"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<T> Annotations<T>()
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Annotations``1"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Annotations``1"]

See Also