Types/Posh.ExtensionCollection/get_Path.ps1

<#
.SYNOPSIS
    Gets an extension collection's Path
.DESCRIPTION
    Gets the Path(s) that store extensions in an extension collection.
#>

return $this.'.Path'