MemBus.ShapeProvider.ShapeProvider C# (CSharp) Méthode

ShapeProvider() public méthode

public ShapeProvider ( bool>.Func match, IServices services ) : System
match bool>.Func
services IServices
Résultat System
        public ShapeProvider(Func<MessageInfo,bool> match, IServices services)
        {
            if (match == null)
              throw new ArgumentNullException("match");
            _match = match;
            _services = services;
        }