CmisSync.Lib.Streams.NotifyPropertyChangedStream.NotifyPropertyChangedStream C# (CSharp) Méthode

NotifyPropertyChangedStream() public méthode

Initializes a new instance of the CmisSync.Lib.Streams.NotifyPropertyChangedStream class.
public NotifyPropertyChangedStream ( Stream s ) : System
s Stream Stream to be wrapped.
Résultat System
        public NotifyPropertyChangedStream(Stream s) : base(s) {
        }