Show / Hide Table of Contents

Struct BencodeList.Enumerator

Enumerates the elements of a BencodeList.
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: ItsyBitsy.Bencoding
Assembly: ItsyBitsy.Bencoding.dll
Syntax
public struct Enumerator

Properties

| Improve this Doc View Source

Current

Gets the element at the current position of the enumerator.
Declaration
public int Current { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

MoveNext()

Advances the enumerator to the next position.
Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean true if the enumerator advanced to the next element; false if the enumerator has reached the end of the list.
  • Improve this Doc
  • View Source
Back to top Generated by DocFX