Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct Microsoft.​Extensions.​Configuration.​ConfigurationDebugViewContext

Assembly: Microsoft.Extensions.Configuration.Abstractions

Provides data about the current item of the configuration.

Properties

ConfigurationProvider
Gets the <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> that was used to get the value of the current item.
public string
Key
Gets the key of the current item.
public string
Path
Gets the path of the current item.
public string
Value
Gets the value of the current item.

Methods

public bool
Equals​(object obj)
Inherited from System.​ValueType
public int
GetHashCode​()
Inherited from System.​ValueType
public string
ToString​()
Inherited from System.​ValueType
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object