示例#1
0
 return(new TreeChildGroup(other.name, other.children != null ? other.children.ToImmutableArray() : ImmutableArray <Expression> .Empty));
示例#2
0
 return(new TreeChildGroup(other.name, other.child != null ? ImmutableArray.Create(other.child) : ImmutableArray <Expression> .Empty));