Struct NodeReference
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Assembly: cs.temp.dll.dll
Syntax
public struct NodeReference
Constructors
NodeReference(string)
Declaration
public NodeReference(string guid)
Parameters
Type |
Name |
Description |
string |
guid |
|
Fields
guid
Declaration
Field Value
Methods
Get(CeresGraph)
Declaration
public CeresNode Get(CeresGraph graph)
Parameters
Returns
GetT<T>(CeresGraph)
Declaration
public T GetT<T>(CeresGraph graph) where T : CeresNode
Parameters
Returns
Type Parameters
Operators
implicit operator NodeReference(string)
Declaration
public static implicit operator NodeReference(string guid)
Parameters
Type |
Name |
Description |
string |
guid |
|
Returns