T
A type of entries used in this list.
Community Analyst API for Silverlight 2.2 Reference
JsonList<T> Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Client.BACore Namespace : JsonList<T> Class

Glossary Item Box

The JsonList class provides serialization of its items to JSON array.

Object Model

JsonList<T> ClassT Class

Syntax

 
Visual Basic (Declaration)
C#
 
 

Type Parameters

T
A type of entries used in this list.

Remarks

Array items are validated with a special validator when this list is serialized to JSON array or to semicolon-separated list. If a special validator is not specified, the default validator validates that all array items are specified (non-null and nonempty).

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      ESRI.ArcGIS.Client.BACore.JsonList<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.