Show / Hide Table of Contents

Class Sharp

Inheritance
Object
SourceCode
Sharp
Inherited Members
SourceCode.InstructionPointer
Namespace: BenchmarkDotNet.Disassemblers
Assembly: BenchmarkDotNet.dll
Syntax
public class Sharp : SourceCode

Properties

FilePath

Declaration
public string FilePath { get; set; }
Property Value
Type Description
String

LineNumber

Declaration
public int LineNumber { get; set; }
Property Value
Type Description
Int32

Text

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