Click or drag to resize

StartIndexDictionary Class

Defines a dictionary that has a spectrum index as key and a start index for parameters as values. This is used by the RelaxISPlugin_MultifitModel to allow the user easy access to parameter indizes.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.PluginsStartIndexDictionary

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class StartIndexDictionary : IReadOnlyDictionary<int, int>

The StartIndexDictionary type exposes the following members.

Constructors
 NameDescription
Public methodStartIndexDictionary Initializes a new instance of the StartIndexDictionary class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
Public propertyItemGets the element that has the specified key in the read-only dictionary.
Public propertyKeysGets an enumerable collection that contains the keys in the read-only dictionary.
Public propertyValuesGets an enumerable collection that contains the values in the read-only dictionary.
Top
Methods
 NameDescription
Public methodContainsKeyDetermines whether the read-only dictionary contains an element that has the specified key.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodInternalClearObsolete.
INTERNAL FUNCTION used to clear the inner dictionary.
Public methodInternalSetKeyValueObsolete.
INTERNAL FUNCTION used to setup the inner dictionary with the index values.
Public methodTryGetValueGets the value that is associated with the specified key.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
Top
See Also