Class TraceElement
- Namespace
- Support
- Assembly
- Support.dll
public record TraceElement : IEquatable<TraceElement>
- Inheritance
-
TraceElement
- Implements
- Inherited Members
- Extension Methods
Constructors
TraceElement(int, string)
public TraceElement(int Level, string Name)
Parameters
TraceElement(int, string, bool, string?)
public TraceElement(int Level, string Name, bool HasValue, string? Value)
Parameters
TraceElement(int, string, string)
public TraceElement(int Level, string Name, string value)
Parameters
Properties
HasValue
public bool HasValue { get; init; }
Property Value
Level
public int Level { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Value
public string? Value { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.