s&box docs
API ReferenceFacepunch.ActionGraphs

public sealed struct Facepunch.ActionGraphs.InsertResult

Elements added by a call to `!:IActionGraph.DeserializeInsert`.

Constructors

Showing 1 constructors

public InsertResult(System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Variables, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Nodes, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Link> Links)

Methods

Showing 1 methods

public void Deconstruct(System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Variables, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Nodes, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Link> Links)

Properties

Showing 3 properties

Newly added links.

public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Facepunch.ActionGraphs.InsertResult.Nodes { get; set; }

Newly added nodes.

public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Facepunch.ActionGraphs.InsertResult.Variables { get; set; }

Newly added variables.

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.InsertResult

On this page