Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection.RemoveAt Method 

Removes an AtomFeedEntry object from the specified position

[Visual Basic]
Public Sub RemoveAt( _ 
   ByVal index As Integer _ 
) _
    Implements IList.RemoveAt
[C#]
public void RemoveAt(
   int index
);
[C++]
public: void RemoveAt(
   int index
);
[JScript]
public function RemoveAt(
   int index
);

Parameters

index
Position of AtomFeedEntry to be removed

Implements

IList.RemoveAt

See Also

GmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace