[This is preliminary documentation and is subject to change.]

Performs union operations for IEnumerable<(Of <(<'T>)>)>s

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class UnionEnumerable<T> : IEnumerable<T>
Visual Basic
Public Class UnionEnumerable(Of T) _
	Implements IEnumerable(Of T)
Visual C++
generic<typename T>
public ref class UnionEnumerable : IEnumerable<T>
F#
type UnionEnumerable<'T> =  
    class
        interface IEnumerable<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Type of item

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..UnionEnumerable<(Of <(<'T>)>)>

See Also