ARCed.Scintilla.Document.AddRef C# (CSharp) Method

AddRef() public method

Increases the document's reference count
No, you aren't looking at COM, move along.
public AddRef ( ) : void
return void
        public void AddRef()
        {
            NativeScintilla.AddRefDocument(this._handle);
        }