Show / Hide Table of Contents

Class ReferenceEnumerator

An enumerator for Reference objects.

Inheritance
System.Object
NativeDisposable
ReferenceEnumerator
Implements
IEnumerator<Reference>
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class ReferenceEnumerator : NativeDisposable

Properties

| Improve this Doc View Source

Current

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

Methods

| Improve this Doc View Source

MoveNext()

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

Reset()

Declaration
public void Reset()

Implements

IEnumerator<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX