Show / Hide Table of Contents

Class Parameter

A base class for all parameters.

Inheritance
System.Object
SpiceObject
Parameter
AssignmentParameter
BracketParameter
ExpressionEqualParameter
PointParameter
SingleParameter
VectorParameter
Inherited Members
SpiceObject.LineInfo
SpiceObject.Clone()
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects
Assembly: SpiceSharpParser.dll
Syntax
public abstract class Parameter : SpiceObject

Constructors

| Improve this Doc View Source

Parameter()

Declaration
protected Parameter()
| Improve this Doc View Source

Parameter(SpiceLineInfo)

Declaration
protected Parameter(SpiceLineInfo lineInfo)
Parameters
Type Name Description
SpiceLineInfo lineInfo
| Improve this Doc View Source

Parameter(String)

Declaration
protected Parameter(string value)
Parameters
Type Name Description
System.String value
| Improve this Doc View Source

Parameter(String, SpiceLineInfo)

Declaration
protected Parameter(string value, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String value
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

Value

Declaration
public virtual string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Gets the string representation of the parameter.

Declaration
public override string ToString()
Returns
Type Description
System.String

String representation of the parameter.

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX