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 );
AtomFeedEntry to be removedGmailAtomFeed.AtomFeedEntryCollection Class | RC.Gmail Namespace