Show / Hide Table of Contents

Struct Children<T>.Enumerator

An implementation of System.Collections.Generic.IEnumerator<T> which yields the elements of the current instance.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public struct Enumerator

Properties

| Improve this Doc View Source

Current

Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX