Class DynamicChild<T>
Represents a dynamic child value with its property attribute
Namespace: Artemis.Core.Modules
Assembly: Artemis.Core.dll
Syntax
public class DynamicChild<T> : DynamicChild
Type Parameters
Name | Description |
---|---|
T |
Properties
Value
Gets or sets the current value of the dynamic child
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Methods
GetValue()
Gets the current value of the dynamic child
Declaration
protected override object? GetValue()
Returns
Type | Description |
---|---|
object | The current value of the dynamic child |