C# Class Deveel.Data.Configuration.StreamConfigurationSource

An implementation of IConfigurationSource that handles a single Stream as source and destination of the configurations.
Inheritance: IConfigurationSource
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StreamConfigurationSource ( Stream stream ) : System

Constructs the source with the given stream.

Method Details

StreamConfigurationSource() public méthode

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.
Résultat System