Interface IBehavioral<B>
Specifies that the class uses behaviors of a certain type.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IBehavioral<B> : IBehavioral where B : IBehavior
Type Parameters
Name | Description |
---|---|
B | The behavior type that is used by the class. |