Interface ISpiceStatementsOrderer
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISpiceStatementsOrderer
Methods
| Improve this Doc View SourceOrder(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. |