Types/Emoji.Block/get_Length.ps1

<#
.SYNOPSIS
    Get an Emoji Block's Length
.DESCRIPTION
    Gets the number of characters in an Emoji Block's range.
#>

param()
$this.End - $this.Start