예제 #1
0
파일: BiDi.cs 프로젝트: sillsdev/icu-dotnet
 /// <summary>
 /// Get the paragraph level of the text.
 /// </summary>
 /// <returns>The paragraph level</returns>
 public byte GetParaLevel()
 {
     return(NativeMethods.ubidi_getParaLevel(_biDi));
 }