예제 #1
0
파일: Utf16Tests.cs 프로젝트: BaisilG/Core
 public void IsFirstUnit(UInt16 unit, Boolean expected) => Assert.Equal(expected, Utf16.IsFirstUnit(unit));