Generic collection base class
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public class AtomCollectionBase<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
| Visual Basic (Declaration) |
|---|
Public Class AtomCollectionBase(Of T) _ Implements IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IEnumerable |
| Visual C++ |
|---|
generic<typename T> public ref class AtomCollectionBase : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Type Parameters
- T
Inheritance Hierarchy
System..::.Object
Google.GData.Client..::.AtomCollectionBase<(Of <(T>)>)
Google.GData.Client..::.AtomEntryCollection
Google.GData.Client..::.AtomLinkCollection
Google.GData.Client..::.AtomCategoryCollection
Google.GData.Client..::.QueryCategoryCollection
Google.GData.Client..::.AtomPersonCollection
Google.GData.Client..::.AtomCollectionBase<(Of <(T>)>)
Google.GData.Client..::.AtomEntryCollection
Google.GData.Client..::.AtomLinkCollection
Google.GData.Client..::.AtomCategoryCollection
Google.GData.Client..::.QueryCategoryCollection
Google.GData.Client..::.AtomPersonCollection