GitUI.RevisionGrid.IsFilledBranchesLayout C# (CSharp) 메소드

IsFilledBranchesLayout() 개인적인 메소드

private IsFilledBranchesLayout ( ) : bool
리턴 bool
        private bool IsFilledBranchesLayout()
        {
            return _layout == RevisionGridLayout.FilledBranchesSmall || _layout == RevisionGridLayout.FilledBranchesSmallWithGraph;
        }
RevisionGrid