[This is preliminary documentation and is subject to change.]
Performs union operations for IEnumerable<(Of <(<'T>)>)>s
Namespace: Tools.CollectionsT.GenericTAssembly: 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 |
|---|
|
Type Parameters
- T
- Type of item