Balakin.VSOutputEnhancer.Tests.Stubs.TextBufferStub.Replace C# (CSharp) Метод

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

public Replace ( Span replaceSpan, String replaceWith ) : ITextSnapshot
replaceSpan Span
replaceWith String
Результат ITextSnapshot
        public ITextSnapshot Replace(Span replaceSpan, String replaceWith)
        {
            throw new NotImplementedException();
        }