TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
TNet.TList Interface Reference

Generic interface with an Add function so that it can be used by the Serializer. More...

Inheritance diagram for TNet.TList:
TNet.List< T >

Public Member Functions

object Get (int index)
 
void Add (object obj)
 
void RemoveAt (int index)
 
void Clear ()
 

Properties

int Count [get]
 

Detailed Description

Generic interface with an Add function so that it can be used by the Serializer.

Member Function Documentation

void TNet.TList.Add ( object  obj)

Implemented in TNet.List< T >.

void TNet.TList.Clear ( )

Implemented in TNet.List< T >.

object TNet.TList.Get ( int  index)

Implemented in TNet.List< T >.

void TNet.TList.RemoveAt ( int  index)

Implemented in TNet.List< T >.

Property Documentation

int TNet.TList.Count
get

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