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