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