Implemented interface member:
method
Union
Microsoft.CodeAnalysis.CSharp.IValueSet<T>.Union(Microsoft.CodeAnalysis.CSharp.IValueSet<T>)
1 reference to Union
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
126
IValueSet IValueSet.Union(IValueSet other) => this.
Union
((IValueSet<TFloating>)other);