DotNetWorkQueue.MessageInterceptorsGraph.Add C# (CSharp) Method

Add() public method

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