AvalonStudio.TextEditor.Document.StringTextSource.GetCharAt C# (CSharp) Method

GetCharAt() public method

public GetCharAt ( int offset ) : char
offset int
return char
		public char GetCharAt(int offset)
		{
			return Text[offset];
		}