HashtableAst.KeyValuePairs Property
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.
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))