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

See Also