ARCed.Scintilla.DropMarker.Collect C# (CSharp) Method

Collect() public method

Collects the DropMarker and causes it to be removed from all lists it belongs ti.
public Collect ( ) : bool
return bool
        public bool Collect()
        {
            return this.Collect(true);
        }

Same methods

DropMarker::Collect ( bool dispose ) : bool