Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to create, use, and sort hashtables in PowerShell.
Locale: en-US
ms.date: 09/04/2024
ms.date: 01/19/2025
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -274,7 +274,7 @@ member notation or array index notation.
3

PS> $hash[2]
2
two
```

In this example, the key value `2` isn't an index into the collection of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to create, use, and sort hashtables in PowerShell.
Locale: en-US
ms.date: 09/04/2024
ms.date: 01/19/2025
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -274,7 +274,7 @@ member notation or array index notation.
3

PS> $hash[2]
2
two
```

In this example, the key value `2` isn't an index into the collection of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to create, use, and sort hashtables in PowerShell.
Locale: en-US
ms.date: 09/04/2024
ms.date: 01/19/2025
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand All @@ -10,7 +10,6 @@ title: about_Hash_Tables
# about_Hash_Tables

## Short description

Describes how to create, use, and sort hashtables in PowerShell.

## Long description
Expand Down Expand Up @@ -275,7 +274,7 @@ member notation or array index notation.
3

PS> $hash[2]
2
two
```

In this example, the key value `2` isn't an index into the collection of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to create, use, and sort hashtables in PowerShell.
Locale: en-US
ms.date: 09/04/2024
ms.date: 01/19/2025
no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand All @@ -10,7 +10,6 @@ title: about_Hash_Tables
# about_Hash_Tables

## Short description

Describes how to create, use, and sort hashtables in PowerShell.

## Long description
Expand Down Expand Up @@ -275,7 +274,7 @@ member notation or array index notation.
3

PS> $hash[2]
2
two
```

In this example, the key value `2` isn't an index into the collection of
Expand Down