BTDB.EventStoreLayer.DictionaryTypeDescriptor.DictionaryTypeDescriptor C# (CSharp) Метод

DictionaryTypeDescriptor() публичный Метод

public DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, AbstractBufferedReader reader, ITypeDescriptor>.Func nestedDescriptorReader ) : System
typeSerializers ITypeDescriptorCallbacks
reader BTDB.StreamLayer.AbstractBufferedReader
nestedDescriptorReader ITypeDescriptor>.Func
Результат System
        public DictionaryTypeDescriptor(ITypeDescriptorCallbacks typeSerializers, AbstractBufferedReader reader, Func<AbstractBufferedReader, ITypeDescriptor> nestedDescriptorReader)
            : this(typeSerializers, nestedDescriptorReader(reader), nestedDescriptorReader(reader))
        {
        }

Same methods

DictionaryTypeDescriptor::DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, ITypeDescriptor keyDesc, ITypeDescriptor valueDesc ) : System
DictionaryTypeDescriptor::DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, Type type ) : System