Show / Hide Table of Contents

Struct OutputLine

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: BenchmarkDotNet.Loggers
Assembly: BenchmarkDotNet.dll
Syntax
public struct OutputLine

Properties

Kind

Declaration
public LogKind Kind { readonly get; set; }
Property Value
Type Description
LogKind

Text

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