GitSharp.Core.ObjectDatabase.closeSelf C# (CSharp) Method

closeSelf() public method

Close any resources held by this database only; ignoring alternates. To fully close this database and its referenced alternates, the caller should instead invoke close().
public closeSelf ( ) : void
return void
        public virtual void closeSelf()
        {
            // Assume no action is required.
        }