Show / Hide Table of Contents

Class PointValues

Inheritance
System.Object
SpiceObject
PointValues
Implements
System.Collections.Generic.IEnumerable<SingleParameter>
System.Collections.IEnumerable
Inherited Members
SpiceObject.LineInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public class PointValues : SpiceObject, IEnumerable<SingleParameter>, IEnumerable

Constructors

| Improve this Doc View Source

PointValues(SpiceLineInfo)

Declaration
public PointValues(SpiceLineInfo lineInfo)
Parameters
Type Name Description
SpiceLineInfo lineInfo
| Improve this Doc View Source

PointValues(List<SingleParameter>, SpiceLineInfo)

Declaration
public PointValues(List<SingleParameter> items, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.Collections.Generic.List<SingleParameter> items
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

Items

Declaration
public List<SingleParameter> Items { get; }
Property Value
Type Description
System.Collections.Generic.List<SingleParameter>

Methods

| Improve this Doc View Source

Clone()

Declaration
public override SpiceObject Clone()
Returns
Type Description
SpiceObject
Overrides
SpiceObject.Clone()
| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<SingleParameter> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<SingleParameter>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX