Skip to content

Can we use a simplier version of SetChildValue? #126

@konard

Description

@konard

public Node SetChildValue(object value, params object[] keys)

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public Node SetChildValue(object value, params object[] keys)
{
    for (var i = 0; i < keys.Length; i++)
    {
        SetChildValue(value, keys[i]);
    }
    return this;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions