API reference
API reference
Select your platform
No SDKs available
No versions available

DeserializableList Class

Extends IList< T >

Properties

int Count[Get]
bool ICollection< T >. IsReadOnly[Get]
T this[int index][Get]
List< T > Data[Get]
bool HasNextPage[Get]
bool HasPreviousPage[Get]
string NextUrl[Get]
string PreviousUrl[Get]

Protected Fields

List< T > _Data[Get]
string _NextUrl[Get]
string _PreviousUrl[Get]

Member Functions

int IndexOf
( T obj )
void Add
( T item )
void Clear ( )
bool Contains
( T item )
void CopyTo
( T [] array,
int arrayIndex )
IEnumerator< T > GetEnumerator ( )
void Insert
( int index,
T item )
bool Remove
( T item )
void RemoveAt
( int index )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon