Overload | Description |
---|---|
JsonList<T> Constructor() | Initializes an empty instance of the JsonList class. |
JsonList<T> Constructor(ValidatorCallback<T>) | Initializes an empty instance of the JsonList class with a specified validator. |
JsonList<T> Constructor(IEnumerable<T>) | Initializes a new instance of the JsonList class by a collection of members. |
JsonList<T> Constructor(IEnumerable<T>,ValidatorCallback<T>) | Initializes a new instance of the JsonList class by a collection of members and validator. |
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