Class Accept
An IAcceptBehavior for a Parallel.
Inherited Members
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
public class Accept : Behavior, IParallelBehavior, IAcceptBehavior, IBehavior, IParameterSetCollection, IParameterSet
Constructors
Accept(ParallelBindingContext)
Initializes a new instance of the Accept class.
Declaration
public Accept(ParallelBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
ParallelBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Methods
FetchBehaviors(ParallelBindingContext)
Fetches the behaviors.
Declaration
public virtual void FetchBehaviors(ParallelBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
ParallelBindingContext | context | The context. |