AjErl.Expressions.ReceiveExpression.ReceiveExpression C# (CSharp) Method

ReceiveExpression() public method

public ReceiveExpression ( IList matches ) : System
matches IList
return System
        public ReceiveExpression(IList<MatchBody> matches)
        {
            this.matches = matches;
        }