Show / Hide Table of Contents

Class WordParameter

A word parameter.

Inheritance
System.Object
SpiceObject
Parameter
SingleParameter
WordParameter
Inherited Members
Parameter.Value
Parameter.ToString()
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public class WordParameter : SingleParameter

Constructors

| Improve this Doc View Source

WordParameter(String)

Declaration
public WordParameter(string word)
Parameters
Type Name Description
System.String word
| Improve this Doc View Source

WordParameter(String, SpiceLineInfo)

Declaration
public WordParameter(string word, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String word
SpiceLineInfo lineInfo

Methods

| Improve this Doc View Source

Clone()

Clones the object.

Declaration
public override SpiceObject Clone()
Returns
Type Description
SpiceObject

A clone of the object.

Overrides
SpiceObject.Clone()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX