CimKeyedCollection<T> Class

Definition

generic <typename T>
public ref class CimKeyedCollection abstract : Microsoft::Management::Infrastructure::Generic::CimReadOnlyKeyedCollection<T>
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class CimKeyedCollection abstract : Microsoft::Management::Infrastructure::Generic::CimReadOnlyKeyedCollection<T>
public abstract class CimKeyedCollection<T> : Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<T>
type CimKeyedCollection<'T> = class
    inherit CimReadOnlyKeyedCollection<'T>
Public MustInherit Class CimKeyedCollection(Of T)
Inherits CimReadOnlyKeyedCollection(Of T)

Type Parameters

T
Inheritance
CimKeyedCollection<T>
Derived

Properties

Count (Inherited from CimReadOnlyKeyedCollection<T>)
Item[String] (Inherited from CimReadOnlyKeyedCollection<T>)

Methods

Add(T)
GetEnumerator() (Inherited from CimReadOnlyKeyedCollection<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from CimReadOnlyKeyedCollection<T>)

Applies to