C# Класс Jitter.Dynamics.ContactList

Represents a list of contacts. Every ContactList has a maximum of four contacts.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Contact contact ) : void
Clear ( ) : void
RemoveAt ( int index ) : void
this ( int index ) : Contact

Описание методов

Add() публичный Метод

public Add ( Contact contact ) : void
contact Contact
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

this() публичный Метод

public this ( int index ) : Contact
index int
Результат Contact