Table of Contents

Class EditableHeader

Namespace
Fluxzy.Core.Breakpoints
Assembly
Fluxzy.Core.dll
public class EditableHeader
Inheritance
EditableHeader
Inherited Members

Constructors

EditableHeader(string, string)

public EditableHeader(string name, string value)

Parameters

name string
value string

Properties

ComputeOnly

public bool ComputeOnly { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string