You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JEnumerable Structure
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JEnumerable Structure

Represents a collection of JToken objects.

Syntax
C++
C#
Visual Basic
public: template <T> where T : JToken struct JEnumerable : public IJEnumerable<T>, public IEquatable<JEnumerable<T>> { JEnumerable<T> Empty = new JEnumerable<T>(Enumerable.Empty<T>()); };
Parameters
Parameters 
Description 
The type of token 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.