Akka.Tools.MatchHandler.TypeHandler.TypeHandler C# (CSharp) Méthode

TypeHandler() public méthode

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