Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Common.Content.DisplayableList< T > Class Template Referenceabstract
Inheritance diagram for Beamable.Common.Content.DisplayableList< T >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.DisplayableList< T >:
Collaboration graph
[legend]

Public Member Functions

abstract string GetListPropertyPath ()
 
void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int Add (object value)
 
void Clear ()
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 

Properties

Type ElementType [get]
 
abstract IList InternalList [get]
 
int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 
bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
object this[int index] [getset]
 

The documentation for this class was generated from the following file: