Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.Narrow C# (CSharp) Method

Narrow() public method

public Narrow ( Type type ) : Object
type System.Type
return Object
        public Object Narrow(Type type)
        {
            return this.GetType().Equals(type) ? this : null;
        }