Show / Hide Table of Contents

Class DictionaryAttributeValuesBase<T>

Inheritance
DictionaryAttributeValues
DictionaryAttributeValuesBase<T>
DictionaryAttributeMultipleValues<T>
DictionaryAttributeSingleValues<T>
Namespace: Trivium.DictionariesDto.Common.AttributeValues
Assembly: Trivium.DictionariesDto.dll
Syntax
public abstract class DictionaryAttributeValuesBase<T> : DictionaryAttributeValues
Type Parameters
Name Description
T

Properties

int Item[Int32]
Индексатор для значений.
Trivium.Common.Collections.ThreadSafeDictionary<int, T> Values
Значения атрибута.
Back to top Generated by DocFX