Akka.Streams.Tests.Actor.IdBase.IdBase C# (CSharp) Method

IdBase() protected method

protected IdBase ( int id ) : System
id int
return System
        protected IdBase(int id)
        {
            Id = id;
        }
IdBase