AvalonStudio.TextEditor.Document.RopeTextSource.GetCharAt C# (CSharp) 메소드

GetCharAt() 공개 메소드

public GetCharAt ( int offset ) : char
offset int
리턴 char
		public char GetCharAt(int offset)
		{
			return rope[offset];
		}