CimMethodParametersCollection Class

Definition

public ref class CimMethodParametersCollection : Microsoft::Management::Infrastructure::Generic::CimKeyedCollection<Microsoft::Management::Infrastructure::CimMethodParameter ^>, IDisposable
public class CimMethodParametersCollection : Microsoft.Management.Infrastructure.Generic.CimKeyedCollection<Microsoft.Management.Infrastructure.CimMethodParameter>, IDisposable
type CimMethodParametersCollection = class
    inherit CimKeyedCollection<CimMethodParameter>
    interface IDisposable
Public Class CimMethodParametersCollection
Inherits CimKeyedCollection(Of CimMethodParameter)
Implements IDisposable
Inheritance
Implements

Constructors

CimMethodParametersCollection()

Properties

Count
Item[String]

Methods

Add(CimMethodParameter)
Add(T) (Inherited from CimKeyedCollection<T>)
Dispose()
Dispose(Boolean)
GetEnumerator()

Explicit Interface Implementations

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

Applies to