Search Results for

    Show / Hide Table of Contents

    Struct NodeReference

    Ref to a node of graph

    Inherited Members
    System.ValueType.Equals(object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Ceres.Graph
    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
    public string guid
    Field Value
    Type Description
    string

    Methods

    Get(CeresGraph)

    Declaration
    public CeresNode Get(CeresGraph graph)
    Parameters
    Type Name Description
    CeresGraph graph
    Returns
    Type Description
    CeresNode

    GetT<T>(CeresGraph)

    Declaration
    public T GetT<T>(CeresGraph graph) where T : CeresNode
    Parameters
    Type Name Description
    CeresGraph graph
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Operators

    implicit operator NodeReference(string)

    Declaration
    public static implicit operator NodeReference(string guid)
    Parameters
    Type Name Description
    string guid
    Returns
    Type Description
    NodeReference
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX