Share via


EncoderCollection Generic Class

Base collection class for the objects

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Class EncoderCollection(Of T As EncoderObject, TParentType As EncoderObject)
    Inherits ObservableCollection(Of T)
'Usage
Dim instance As EncoderCollection(Of T, TParentType)
public class EncoderCollection<T,TParentType> : ObservableCollection<T> where T : EncoderObject where TParentType : EncoderObject
generic<typename T, typename TParentType> where T : EncoderObject where TParentType : EncoderObject
public ref class EncoderCollection : public ObservableCollection<T>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
     System.Collections.ObjectModel.ObservableCollection
      Microsoft.Expression.Encoder.EncoderCollection
         Microsoft.Expression.Encoder.CaptionFileCollection
         Microsoft.Expression.Encoder.ClipCollection
         Microsoft.Expression.Encoder.SourceCollection

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EncoderCollection Members
Microsoft.Expression.Encoder Namespace