CimMethodParametersCollection 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.
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
-
CimMethodParametersCollection
- 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>) |