Class Parameter
A base class for all parameters.
Inheritance
System.Object
Parameter
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects
Assembly: SpiceSharpParser.dll
Syntax
public abstract class Parameter : SpiceObject
Constructors
| Improve this Doc View SourceParameter()
Declaration
protected Parameter()
Parameter(SpiceLineInfo)
Declaration
protected Parameter(SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
SpiceLineInfo | lineInfo |
Parameter(String)
Declaration
protected Parameter(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Parameter(String, SpiceLineInfo)
Declaration
protected Parameter(string value, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | |
SpiceLineInfo | lineInfo |
Properties
| Improve this Doc View SourceValue
Declaration
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
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()