Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntryCollection Class

Collection of AtomFeedEntry objects

For a list of all members of this type, see GmailAtomFeed.AtomFeedEntryCollection Members.

System.Object
   System.Collections.CollectionBase
      RC.Gmail.GmailAtomFeed.AtomFeedEntryCollection

[Visual Basic]
<DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute)>
Public Class GmailAtomFeed.AtomFeedEntryCollection     Inherits CollectionBase [C#]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public class GmailAtomFeed.AtomFeedEntryCollection : CollectionBase [C++]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public __gc class GmailAtomFeed.AtomFeedEntryCollection : public CollectionBase [JScript] public 
   DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)
class GmailAtomFeed.AtomFeedEntryCollection extends CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: RC.Gmail

Assembly: GmailHelper (in GmailHelper.dll)

See Also

GmailAtomFeed.AtomFeedEntryCollection Members | RC.Gmail Namespace