Show / Hide Table of Contents

Struct BencodeDictionary.KeyPositionPair

Represents an element in a BencodeDictionary.
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 KeyPositionPair

Properties

| Improve this Doc View Source

Key

Gets the key.
Declaration
public ReadOnlyMemory<byte> Key { get; }
Property Value
Type Description
System.ReadOnlyMemory<System.Byte>
| Improve this Doc View Source

Position

Gets the position of the value.
Declaration
public int Position { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX