Table of Contents

Class ParameterCache

Namespace
Loehnert.TypeAndResult.Additional
Assembly
Loehnert.TypeAndResult.dll
public static class ParameterCache
Inheritance
ParameterCache
Inherited Members

Methods

GetAdditionalParameters<T>()

Gets the additional parameter definitions for the type T as IDictionary<TKey, TValue>. The dictionaries will be added internal to an cache on the first access.

public static IDictionary<string, IAdditionalParameterDefinition> GetAdditionalParameters<T>()

Returns

IDictionary<string, IAdditionalParameterDefinition>

An Dictionary<TKey, TValue> with the parameter key as key and the IAdditionalParameterDefinition as value.

Type Parameters

T

Type where the defined parameter belongs to.