Show / Hide Table of Contents

Class Points

Inheritance
System.Object
SpiceObject
Points
Implements
System.Collections.Generic.IEnumerable<PointParameter>
System.Collections.IEnumerable
Inherited Members
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 Points : SpiceObject, IEnumerable<PointParameter>, IEnumerable

Constructors

| Improve this Doc View Source

Points()

Declaration
public Points()
| Improve this Doc View Source

Points(List<PointParameter>, SpiceLineInfo)

Declaration
public Points(List<PointParameter> values, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.Collections.Generic.List<PointParameter> values
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

LineInfo

Declaration
public override SpiceLineInfo LineInfo { get; }
Property Value
Type Description
SpiceLineInfo
Overrides
SpiceObject.LineInfo
| Improve this Doc View Source

Values

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

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<PointParameter> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<PointParameter>

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