Expressive.Elements.IfThenElement.GetBranches C# (CSharp) 메소드

GetBranches() 개인적인 메소드

private GetBranches ( ) : IEnumerable>
리턴 IEnumerable>
        private IEnumerable<IList<IElement>> GetBranches()
        {
            yield return this.Then;
            yield return this.Else;
        }