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

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

public Insert ( Int32 position, String text ) : ITextSnapshot
position System.Int32
text String
Результат ITextSnapshot
        public ITextSnapshot Insert(Int32 position, String text)
        {
            throw new NotImplementedException();
        }