Class PolyResolverFunction
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.Parsers.Expression.Implementation.ResolverFunctions
Assembly: SpiceSharpParser.dll
Syntax
public class PolyResolverFunction : DynamicResolverFunction
Constructors
| Improve this Doc View SourcePolyResolverFunction()
Declaration
public PolyResolverFunction()
Methods
| Improve this Doc View SourceGetBody(Node[])
Declaration
public override Node GetBody(Node[] args)
Parameters
Type | Name | Description |
---|---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node[] | args |
Returns
Type | Description |
---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node |