IAssociativeArray<T> Interface

Definition

A subset of IDictionary that doesn't implement IEnumerable or IDictionary to work around PowerShell's aggressive formatter

public interface IAssociativeArray<T>
type IAssociativeArray<'T> = interface
Public Interface IAssociativeArray(Of T)

Type Parameters

T
Derived

Properties

AdditionalProperties
Count
Item[String]
Keys
Values

Methods

Add(String, T)
Clear()
ContainsKey(String)
Remove(String)
TryGetValue(String, T)

Applies to