DotNetWorkQueue.MessageInterceptorsGraph.Add C# (CSharp) Метод

Add() публичный Метод

Adds the specified type.
public Add ( Type type ) : void
type System.Type The type.
Результат void
        public void Add(Type type)
        {
            _alTypes.Add(type);
        }
MessageInterceptorsGraph