Types/Emoji.Block/get_Range.ps1

<#
.SYNOPSIS
    Get an Emoji Block's Range
.DESCRIPTION
    Gets the range of an Emoji Block.
#>

param()
($this.Start)..($this.End) -as [int[]]