Show / Hide Table of Contents

Interface ISpiceStatementsOrderer

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISpiceStatementsOrderer

Methods

| Improve this Doc View Source

Order(Statements)

Orders statements for reading.

Declaration
IEnumerable<Statement> Order(Statements statements)
Parameters
Type Name Description
Statements statements

Statement to order.

Returns
Type Description
System.Collections.Generic.IEnumerable<Statement>

Ordered statements.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX