C# Класс Deveel.Data.Configuration.StreamConfigurationSource

An implementation of IConfigurationSource that handles a single Stream as source and destination of the configurations.
Наследование: IConfigurationSource
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
StreamConfigurationSource ( Stream stream ) : System

Constructs the source with the given stream.

Описание методов

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

Constructs the source with the given stream.
/// If the given is null. ///
public StreamConfigurationSource ( Stream stream ) : System
stream Stream The stream that will be used to read /// from or write to.
Результат System