Show / Hide Table of Contents

Struct DisassemblyResult.MutablePair

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: BenchmarkDotNet.Disassemblers
Assembly: BenchmarkDotNet.dll
Syntax
[Serializable]
public struct MutablePair

Properties

Key

Declaration
public ulong Key { readonly get; set; }
Property Value
Type Description
UInt64

Value

Declaration
public string Value { readonly get; set; }
Property Value
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors