Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Jitter
Dynamics
ContactList
C# Class Jitter.Dynamics.ContactList
Represents a list of contacts. Every ContactList has a maximum of four contacts.
Datei anzeigen
Open project: tpb3d/TPB3D
Class Usage Examples
Public Methods
Method
Description
Add
(
Contact
contact
) :
void
Clear
( ) :
void
RemoveAt
(
int
index
) :
void
this
(
int
index
) :
Contact
Method Details
Add()
public
method
public
Add
(
Contact
contact
) :
void
contact
Contact
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
RemoveAt()
public
method
public
RemoveAt
(
int
index
) :
void
index
int
return
void
this()
public
method
public
this
(
int
index
) :
Contact
index
int
return
Contact