amp.bus.EnvelopeContext.EnvelopeContext C# (CSharp) Method

EnvelopeContext() public method

public EnvelopeContext ( Directions direction ) : System.Collections.Generic
direction Directions
return System.Collections.Generic
        public EnvelopeContext(Directions direction)
        {
            this.Properties = new Dictionary<string, object>();

            this.Direction = direction;
        }

Same methods

EnvelopeContext::EnvelopeContext ( Directions direction, Envelope envelope ) : System.Collections.Generic