ModelMemberCollection<TItemType, TFindType> Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

An abstract base class that ModelPropertyCollection and ModelEventCollection derive from.

Namespace:  System.Activities.Design.Model
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public MustInherit Class ModelMemberCollection(Of TItemType, TFindType) _
    Implements IEnumerable(Of TItemType), IEnumerable
'Usage
Dim instance As ModelMemberCollection(Of TItemType, TFindType)
public abstract class ModelMemberCollection<TItemType, TFindType> : IEnumerable<TItemType>, 
    IEnumerable
generic<typename TItemType, typename TFindType>
public ref class ModelMemberCollection abstract : IEnumerable<TItemType>, 
    IEnumerable
JScript does not support generic types or methods.
[<AbstractClassAttribute>]
type ModelMemberCollection<'TItemType, 'TFindType> =  
    class
        interface IEnumerable<'TItemType>
        interface IEnumerable
    end

Type Parameters

  • TItemType
    The type of item that the collection represents.
  • TFindType
    The type that should be used as a key in the "Find" methods.

Inheritance Hierarchy

System.Object
  System.Activities.Design.Model.ModelMemberCollection<TItemType, TFindType>
    System.Activities.Design.Model.ModelEventCollection
    System.Activities.Design.Model.ModelPropertyCollection

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

Windows 7, Windows Vista, Windows XP SP2, 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.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ModelMemberCollection<TItemType, TFindType> Members

System.Activities.Design.Model Namespace