Show / Hide Table of Contents

Namespace SpiceSharp.ParameterSets

Classes

ParameterHelper

Helper methods for parameters.

ParameterSet

The default implementation for a IParameterSet. It uses reflection as a last line of defense.

ParameterSetCollection

The default implementation of an IParameterSetCollection. This implementation also makes the collection itself an IParameterSet.

ParameterSet<P>

The default implementation for a IParameterSet, but which is cloneable just by copying its members.

Interfaces

IExportPropertySet<P>

An IParameterSet that support exporting or getting their values by specifying the name of the property. All properties are of the same type.

IImportParameterSet<P>

An IParameterSet that supports importing or setting parameters by specifying the name of the parameter. All parameters are of the same type.

IParameterSet

Interface that indicates that a class contains parameters and/or properties that are named.

IParameterSetCollection

Describes a class or struct that contains multiple parameter sets. These parameter sets can then be retrieved by their type.

IParameterized<P>

An interface that describes a class or struct that defines a parameter set of the specified type.

In this article
Back to top Generated by DocFX