AvalonStudio.TextEditor.Document.RopeTextSource.GetCharAt C# (CSharp) Метод

GetCharAt() публичный Метод

public GetCharAt ( int offset ) : char
offset int
Результат char
		public char GetCharAt(int offset)
		{
			return rope[offset];
		}