Search Results for

    Show / Hide Table of Contents

    Class PortArrayNodeReflection

    Inheritance
    object
    PortArrayNodeReflection
    PortArrayNodeReflection<TNode>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class PortArrayNodeReflection

    Properties

    DefaultArrayLength

    Declaration
    public int DefaultArrayLength { get; protected set; }
    Property Value
    Type Description
    int

    DefaultNode

    Declaration
    public IReadOnlyPortArrayNode DefaultNode { get; protected set; }
    Property Value
    Type Description
    IReadOnlyPortArrayNode

    IsResizeable

    Declaration
    public bool IsResizeable { get; protected set; }
    Property Value
    Type Description
    bool

    PortArrayField

    Declaration
    public FieldInfo PortArrayField { get; protected set; }
    Property Value
    Type Description
    FieldInfo

    PortArrayLabel

    Declaration
    public string PortArrayLabel { get; protected set; }
    Property Value
    Type Description
    string

    Methods

    Get(Type)

    Declaration
    public static PortArrayNodeReflection Get(Type nodeType)
    Parameters
    Type Name Description
    Type nodeType
    Returns
    Type Description
    PortArrayNodeReflection
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX