예제 #1
0
 internal ActionScope(ActionSequence sequence)
 {
     this.sequence = sequence;
 }
예제 #2
0
        // Constructors

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