initial Commit
This commit is contained in:
9
Private/Test-ConfigurationDataMap.ps1
Normal file
9
Private/Test-ConfigurationDataMap.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
function Test-ConfigurationDataMap {
|
||||
[CmdletBinding()]
|
||||
Param(
|
||||
[AllowNull()]
|
||||
$Value
|
||||
)
|
||||
|
||||
return ($Value -is [System.Collections.Hashtable]) -or ($Value -is [System.Collections.Specialized.OrderedDictionary])
|
||||
}
|
||||
Reference in New Issue
Block a user