Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Emoji
0.1.3
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[]]