Mono.TextEditor.TextViewMargin.LayoutWrapper.TranslateToUTF8Index C# (CSharp) Method

TranslateToUTF8Index() public method

public TranslateToUTF8Index ( uint textIndex, uint &curIndex, uint &byteIndex ) : uint
textIndex uint
curIndex uint
byteIndex uint
return uint
			public uint TranslateToUTF8Index (uint textIndex, ref uint curIndex, ref uint byteIndex)
			{
				return TextViewMargin.TranslateToUTF8Index (LineChars, textIndex, ref curIndex, ref byteIndex);
			}
		}