ModelMemberCollection<TItemType,TKeyType> Class

Definition

generic <typename TItemType, typename TKeyType>
 where TKeyType : IEquatable<TKeyType>public ref class ModelMemberCollection abstract : System::Collections::Generic::IEnumerable<TItemType>
public abstract class ModelMemberCollection<TItemType,TKeyType> : System.Collections.Generic.IEnumerable<TItemType> where TKeyType : IEquatable<TKeyType>
type ModelMemberCollection<'ItemType, 'KeyType (requires 'KeyType :> IEquatable<'KeyType>)> = class
    interface seq<'ItemType>
    interface IEnumerable
Public MustInherit Class ModelMemberCollection(Of TItemType, TKeyType)
Implements IEnumerable(Of TItemType)

Type Parameters

TItemType
TKeyType
Inheritance
ModelMemberCollection<TItemType,TKeyType>
Derived
Implements

Properties

Item[String]
Item[TKeyType]

Methods

Find(String)
Find(String, Boolean)
Find(TKeyType)
Find(TKeyType, Boolean)
GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to