HashtableAst.KeyValuePairs Property

Definition

The pairs of key names and asts for values used to construct the hash table.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Tuple<System::Management::Automation::Language::ExpressionAst ^, System::Management::Automation::Language::StatementAst ^> ^> ^ KeyValuePairs { System::Collections::ObjectModel::ReadOnlyCollection<Tuple<System::Management::Automation::Language::ExpressionAst ^, System::Management::Automation::Language::StatementAst ^> ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Tuple<System.Management.Automation.Language.ExpressionAst,System.Management.Automation.Language.StatementAst>> KeyValuePairs { get; }
member this.KeyValuePairs : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ExpressionAst * System.Management.Automation.Language.StatementAst>
Public ReadOnly Property KeyValuePairs As ReadOnlyCollection(Of Tuple(Of ExpressionAst, StatementAst))

Property Value

Applies to