ICSharpCode.NRefactory.CSharp.CodeActions.TestRefactoringContext.GetLocation C# (CSharp) Méthode

GetLocation() public méthode

public GetLocation ( int offset ) : TextLocation
offset int
Résultat TextLocation
		public override TextLocation GetLocation (int offset)
		{
			return doc.GetLocation (offset);
		}