Struct DisassemblyResult.MutablePair
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 |