Represents collection of GmailContactGroup objects More...
Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< GoogleContactGroup > >.
Public Member Functions | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Protected Member Functions | |
| void | SetItem (int32_t index, const System::SharedPtr< GoogleContactGroup > &item) override |
| Replaces the element at the specified index. More... | |
| void | InsertItem (int32_t index, const System::SharedPtr< GoogleContactGroup > &item) override |
| Inserts an element into the T:System::Collections::ObjectModel::Collection`1 at the specified index. More... | |
| virtual | ~ContactGroupCollection () |
Represents collection of GmailContactGroup objects
|
protectedvirtual |
|
overrideprotected |
Inserts an element into the T:System::Collections::ObjectModel::Collection`1 at the specified index.
| index | The zero-based index at which item should be inserted. |
| item | The object to insert. The value can be null for reference types. |
| T:System::ArgumentOutOfRangeException | index is less than zero. -or- index is greater than P:System::Collections::ObjectModel::Collection`1::Count. |
|
overrideprotected |
Replaces the element at the specified index.
| index | The zero-based index of the element to replace. |
| item | The new value for the element at the specified index. The value can be null for reference types. |
| T:System::ArgumentOutOfRangeException | index is less than zero. -or- index is greater than P:System::Collections::ObjectModel::Collection`1::Count. |
|
override |