C# Class Jitter.Dynamics.ContactList

Represents a list of contacts. Every ContactList has a maximum of four contacts.
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Contact contact ) : void
Clear ( ) : void
RemoveAt ( int index ) : void
this ( int index ) : Contact

Method Details

Add() public méthode

public Add ( Contact contact ) : void
contact Contact
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : Contact
index int
Résultat Contact