CmisSync.Lib.Streams.NotifyPropertyChangedStream.NotifyPropertyChangedStream C# (CSharp) 메소드

NotifyPropertyChangedStream() 공개 메소드

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