Beispiel #1
0
 /// <summary>
 /// Create an Attribute structure from the Module/Macro/Sequence Item structure.
 /// </summary>
 /// <param name="attributes">The list to add this Attribute to.</param>
 public override void CreateAttributeStructure(SortedAttributeList attributes)
 {
     attributes.Add(this);
 }
Beispiel #2
0
        /// <summary>
        /// Create an Attribute structure from the Module/Macro/Sequence Item structure.
        /// </summary>
        /// <param name="attributes">The list to add this Attribute to.</param>
        public override void CreateAttributeStructure(SortedAttributeList attributes)
        {
            attributes.Add(this);

            this.sequenceItem.CreateAttributeStructure(this.sortedAttributeList);
        }