Click or drag to resize
DefaultsPerTargetElementTypeContainer Properties

The DefaultsPerTargetElementTypeContainer type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Public propertyCount (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Public propertyKeys (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Public propertyUpdateContainedElementFunc
Gets or sets the update contained element function, which is used to update an outputsettingvalues container in a containing object.
Public propertyValues (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer.)
Top
See Also