CollectionBase<T> Class

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntax

'Declaration
Public MustInherit Class CollectionBase(Of T) _
    Implements IList(Of T), ICollection(Of T),  _
    IEnumerable(Of T), IEnumerable, IExtension
'Usage
Dim instance As CollectionBase(Of T)
public abstract class CollectionBase<T> : IList<T>, 
    ICollection<T>, IEnumerable<T>, IEnumerable, IExtension

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.CollectionBase<T>
    Microsoft.Office.Tools.Ribbon.RibbonCollectionBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CollectionBase<T> Members

Microsoft.Office.Tools Namespace