Abstractions.Pipes.Pipe.Pipe C# (CSharp) Méthode

Pipe() protected méthode

protected Pipe ( string name ) : System
name string
Résultat System
        protected Pipe(string name)
        {
            StreamAction = null;
            Name = name;
        }

Same methods

Pipe::Pipe ( string name, Func action ) : System
Pipe::Pipe ( string name, object>.Func action ) : System