Table of Contents

Class DynamicChild<T>

Namespace
Artemis.Core.Modules
Assembly
Artemis.Core.dll

Represents a dynamic child value with its property attribute

public class DynamicChild<T> : DynamicChild

Type Parameters

T
Inheritance
object
DynamicChild<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