Show / Hide Table of Contents

Interface IBehavioral<B>

Specifies that the class uses behaviors of a certain type.

Inherited Members
IBehavioral.Behaviors
IBehavioral.EntityBehaviors
IBehavioral.UsesBehaviors<B>()
IBehavioral.UsesBehavior(Type)
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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX