CimKeyedCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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>) |