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

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

public IsReadOnly ( Int32 position ) : System.Boolean
position System.Int32
Результат System.Boolean
        public Boolean IsReadOnly(Int32 position)
        {
            throw new NotImplementedException();
        }

Same methods

TextBufferStub::IsReadOnly ( Int32 position, System.Boolean isEdit ) : System.Boolean
TextBufferStub::IsReadOnly ( Span span ) : System.Boolean
TextBufferStub::IsReadOnly ( Span span, System.Boolean isEdit ) : System.Boolean