internal ActionScope(ActionSequence sequence) { this.sequence = sequence; }
// Constructors /// <summary> /// Initializes new instance of this type. /// </summary> public ActionScope() { this.sequence = null; }