Class DynamicChild<T>
Represents a dynamic child value with its property attribute
public class DynamicChild<T> : DynamicChild
Type Parameters
T
- Inheritance
-
objectDynamicChild<T>
- Inherited Members
Properties
Value
Gets or sets the current value of the dynamic child
public T Value { get; set; }
Property Value
- T
Methods
GetValue()
Gets the current value of the dynamic child
protected override object? GetValue()
Returns
- object
The current value of the dynamic child