DotNetWorkQueue.MessageInterceptorsGraph.Add C# (CSharp) Méthode

Add() public méthode

Adds the specified type.
public Add ( Type type ) : void
type System.Type The type.
Résultat void
        public void Add(Type type)
        {
            _alTypes.Add(type);
        }
MessageInterceptorsGraph