Akka.Persistence.Tests.PersistentActorSpec.ValueTypeEventPersistentActor.ValueTypeEventPersistentActor C# (CSharp) Method

ValueTypeEventPersistentActor() public method

public ValueTypeEventPersistentActor ( string name ) : System
name string
return System
            public ValueTypeEventPersistentActor(string name)
                : base(name)
            {
            }
PersistentActorSpec.ValueTypeEventPersistentActor