Table of Contents

Struct NodeReference

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Ref to a node of graph

public struct NodeReference
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)

Constructors

NodeReference(string)

public NodeReference(string guid)

Parameters

guid string

Fields

guid

public string guid

Field Value

string

Methods

Get(CeresGraph)

public CeresNode Get(CeresGraph graph)

Parameters

graph CeresGraph

Returns

CeresNode

GetT<T>(CeresGraph)

public T GetT<T>(CeresGraph graph) where T : CeresNode

Parameters

graph CeresGraph

Returns

T

Type Parameters

T

Operators

implicit operator NodeReference(string)

public static implicit operator NodeReference(string guid)

Parameters

guid string

Returns

NodeReference