Show / Hide Table of Contents

Interface IFunction

Namespace: SpiceSharpParser.Common.Evaluation
Assembly: SpiceSharpParser.dll
Syntax
public interface IFunction

Properties

| Improve this Doc View Source

ArgumentsCount

Declaration
int ArgumentsCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX