PropertyEntry Class

Summary

Immutable class that stores a property entry as a Name/Value pair.
Namespace
TCLite.Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type["PropertyEntry"] class Type type-node

Syntax

public class PropertyEntry

Constructors

Name Summary
PropertyEntry(string, object) Initializes a new immutable instance of the PropertyEntry class.

Properties

Name Value Summary
Name string
Name of the PropertyEntry.
Value object
Value of the PropertyEntry.

Methods

Name Value Summary
ToString() string
Returns a string that represents this instance.