ARCed.Scintilla.Document.AddRef C# (CSharp) Méthode

AddRef() public méthode

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