Aspose::Email::Clients::Google::ContactGroupCollection Class Reference

Represents collection of GmailContactGroup objects More...

Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< Aspose::Email::Clients::Google::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 ()
 

Detailed Description

Represents collection of GmailContactGroup objects

Constructor & Destructor Documentation

◆ ~ContactGroupCollection()

virtual Aspose::Email::Clients::Google::ContactGroupCollection::~ContactGroupCollection ( )
protectedvirtual

Member Function Documentation

◆ InsertItem()

void Aspose::Email::Clients::Google::ContactGroupCollection::InsertItem ( int32_t  index,
const System::SharedPtr< GoogleContactGroup > &  item 
)
overrideprotected

Inserts an element into the T:System::Collections::ObjectModel::Collection`1 at the specified index.

Parameters
indexThe zero-based index at which item should be inserted.
itemThe object to insert. The value can be null for reference types.
Exceptions
T:System::ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than P:System::Collections::ObjectModel::Collection`1::Count.

◆ SetItem()

void Aspose::Email::Clients::Google::ContactGroupCollection::SetItem ( int32_t  index,
const System::SharedPtr< GoogleContactGroup > &  item 
)
overrideprotected

Replaces the element at the specified index.

Parameters
indexThe zero-based index of the element to replace.
itemThe new value for the element at the specified index. The value can be null for reference types.
Exceptions
T:System::ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than P:System::Collections::ObjectModel::Collection`1::Count.

◆ SetTemplateWeakPtr()

void Aspose::Email::Clients::Google::ContactGroupCollection::SetTemplateWeakPtr ( uint32_t  argument)
override