Artemis Artemis
Artemis Artemis

Search Results for

    Class DynamicChild<T>

    Represents a dynamic child value with its property attribute

    Inheritance
    object
    DynamicChild
    DynamicChild<T>
    Inherited Members
    DynamicChild.Key
    DynamicChild.Attribute
    DynamicChild.Type
    DynamicChild.BaseValue
    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

    Overrides
    DynamicChild.GetValue()
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.