Show / Hide Table of Contents

Class MosfetContributionEventArgs

Event arguments that are used to add contributions for mosfets.

Inheritance
object
EventArgs
MosfetContributionEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.Mosfets
Assembly: SpiceSharp.dll
Syntax
public class MosfetContributionEventArgs : EventArgs

Constructors

MosfetContributionEventArgs(Contributions<double>)

Initializes a new instance of the MosfetContributionEventArgs class.

Declaration
public MosfetContributionEventArgs(Contributions<double> contributions)
Parameters
Type Name Description
Contributions<double> contributions

The contributions.

Exceptions
Type Condition
ArgumentNullException

Thrown if contributions is null.

Properties

Contributions

Gets or sets the mosfet contributions.

Declaration
public Contributions<double> Contributions { get; }
Property Value
Type Description
Contributions<double>

The mosfet contributions.

Extension Methods

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