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