Akka.Interfaced.SlimServer.TaggedType.TaggedType C# (CSharp) Method

TaggedType() public method

public TaggedType ( Type type, object tagValue = null ) : System
type System.Type
tagValue object
return System
        public TaggedType(Type type, object tagValue = null)
        {
            Type = type;
            TagValue = tagValue;
        }