Class Difference
public class Difference
- Inheritance
-
Difference
- Inherited Members
- Extension Methods
Constructors
Difference(string, object, object)
public Difference(string name, object before, object after)
Parameters
Properties
PropertyName
public string PropertyName { get; }
Property Value
ValueAfter
public object ValueAfter { get; }
Property Value
ValueBefore
public object ValueBefore { get; }