GitSharp.Core.ObjectDatabase.closeSelf C# (CSharp) 메소드

closeSelf() 공개 메소드

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
리턴 void
        public virtual void closeSelf()
        {
            // Assume no action is required.
        }