You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > Annotations Method > Annotations Method (Type)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.Annotations Method (Type)

Gets a collection of annotations of the specified type for this JToken.

Syntax
C++
C#
Visual Basic
public: IEnumerable<object> Annotations( Type type );
Parameters
Parameters 
Description 
type 
The Type of the annotations to retrieve. 
Returns

An IEnumerable{T} of Object that contains the annotations that match the specified type for this JToken.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.