Table of Contents

Class SourceCodeHelper

Namespace
BenchmarkDotNet.Helpers
Assembly
BenchmarkDotNet.dll
public static class SourceCodeHelper
Inheritance
SourceCodeHelper

Methods

IsCompilationTimeConstant(object)

public static bool IsCompilationTimeConstant(object value)

Parameters

value object

Returns

bool

IsCompilationTimeConstant(Type)

public static bool IsCompilationTimeConstant(Type type)

Parameters

type Type

Returns

bool

ToSourceCode(object)

public static string ToSourceCode(object value)

Parameters

value object

Returns

string