ICSharpCode.NRefactory.CSharp.CodeActions.TestRefactoringContext.GetLocation C# (CSharp) 메소드

GetLocation() 공개 메소드

public GetLocation ( int offset ) : TextLocation
offset int
리턴 TextLocation
		public override TextLocation GetLocation (int offset)
		{
			return doc.GetLocation (offset);
		}