Simulated._Fs._StorageTransform._StorageTransform C# (CSharp) Method

_StorageTransform() protected method

protected _StorageTransform ( [ next ) : System.Collections.Generic
next [
return System.Collections.Generic
        protected _StorageTransform([NotNull] _StorageSink next)
        {
            _next = next;
        }