Table of Contents

Method OverrideNext

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

OverrideNext(string, IEnumerable<string>)

Override the property field "next" in a node.

bool OverrideNext(string nodeName, IEnumerable<string> nextList)

Parameters

nodeName string

The node name.

nextList IEnumerable<string>

The next list.

Returns

bool

true if the operation was executed successfully; otherwise, false.