Show / Hide Table of Contents

Class NodeHistory<T>.Node

A class that represents a node in the history.

Inheritance
object
NodeHistory<T>.Node
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations.Histories
Assembly: SpiceSharp.dll
Syntax
protected class NodeHistory<T>.Node

Properties

Next

Gets or sets the next node.

Declaration
public NodeHistory<T>.Node Next { get; set; }
Property Value
Type Description
NodeHistory<T>.Node

Previous

Gets or sets the previous node.

Declaration
public NodeHistory<T>.Node Previous { get; set; }
Property Value
Type Description
NodeHistory<T>.Node

Value

Gets or sets the node value.

Declaration
public T Value { get; set; }
Property Value
Type Description
T

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX