base class to take an object pointer with extension information and expose a localname/namespace subset as a collection that still works on the original

Namespace:  Google.GData.Extensions
Assembly:  Google.GData.Extensions (in Google.GData.Extensions.dll)
Version: 1.4.0.2

Syntax

C#
public class ExtensionCollection<T> : IList<T>, 

	ICollection<T>, IEnumerable<T>, IEnumerable where T : class, new(), IExtensionElementFactory
Visual Basic (Declaration)
Public Class ExtensionCollection(Of T As {Class, New, IExtensionElementFactory}) _

	Implements IList(Of T), ICollection(Of T),  _

	IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>

where T : ref class, gcnew(), IExtensionElementFactory

public ref class ExtensionCollection : IList<T>, 

	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

Inheritance Hierarchy

System..::.Object
  Google.GData.Extensions..::.ExtensionCollection<(Of <(T>)>)
    Google.GData.Extensions.Apps..::.PropertyCollection

See Also