Akka.Tools.MatchHandler.TypeHandler.TypeHandler C# (CSharp) 메소드

TypeHandler() 공개 메소드

public TypeHandler ( Type handlesType ) : System
handlesType System.Type
리턴 System
        public TypeHandler(Type handlesType)
        {
            if(handlesType == null) throw new ArgumentNullException("handlesType");
            _handlesType = handlesType;
        }