This documentation is archived and is not being maintained.
ExtensionCollection(Of T) Class
Visual Studio 2008
Represents a collection of extensions.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Public NotInheritable Class ExtensionCollection(Of T As {Object, IExtensibleObject(Of T)}) _ Inherits SynchronizedCollection(Of IExtension(Of T)) _ Implements IExtensionCollection(Of T), ICollection(Of IExtension(Of T)), _ IEnumerable(Of IExtension(Of T)), IEnumerable 'Usage Dim instance As ExtensionCollection(Of T)
Type Parameters
- T
The type for the collection.
Typically, implementations of System.ServiceModel.IExtensibleObject(Of T) return an ExtensionCollection(Of T) from the IExtensibleObject(Of T).Extensions property.
System.Object
System.Collections.Generic.SynchronizedCollection(Of IExtension(Of T))
System.ServiceModel.ExtensionCollection(Of T)
System.Collections.Generic.SynchronizedCollection(Of IExtension(Of T))
System.ServiceModel.ExtensionCollection(Of T)
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: