Show / Hide Table of Contents

Class CombinedEnumerable<T>

Inheritance
System.Object
CombinedEnumerable<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.IDisposable
System.Collections.IEnumerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class CombinedEnumerable<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

CombinedEnumerable(IEnumerable<T>[])

Declaration
public CombinedEnumerable(params IEnumerable<T>[] enums)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T>[] enums

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable<T>.GetEnumerator()

Declaration
IEnumerator<T> IEnumerable<T>.GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<T>
| Improve this Doc View Source

IEnumerator<T>.Current

Declaration
T IEnumerator<T>.Current { get; }
Returns
Type Description
T
| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator
| Improve this Doc View Source

IEnumerator.Current

Declaration
object IEnumerator.Current { get; }
Returns
Type Description
System.Object
| Improve this Doc View Source

IEnumerator.MoveNext()

Declaration
bool IEnumerator.MoveNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IEnumerator.Reset()

Declaration
void IEnumerator.Reset()
| Improve this Doc View Source

IDisposable.Dispose()

Declaration
void IDisposable.Dispose()

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.IDisposable
System.Collections.IEnumerator
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX