internal AttributeInfoAttribute(System.Workflow.ComponentModel.Compiler.AttributeInfo attributeInfo)
 {
     if (attributeInfo == null)
     {
         throw new ArgumentNullException("attributeInfo");
     }
     this.attributeInfo = attributeInfo;
 }
예제 #2
0
 internal AttributeInfoAttribute(System.Workflow.ComponentModel.Compiler.AttributeInfo attributeInfo)
 {
     if (attributeInfo == null)
     {
         throw new ArgumentNullException("attributeInfo");
     }
     this.attributeInfo = attributeInfo;
 }