Machine.Specifications.DelegateUsageAttribute.DelegateUsageAttribute C# (CSharp) Method

DelegateUsageAttribute() public method

public DelegateUsageAttribute ( DelegateUsage delegateUsage ) : System
delegateUsage DelegateUsage
return System
    public DelegateUsageAttribute(DelegateUsage delegateUsage)
    {
      DelegateUsage = delegateUsage;
    }
  }
DelegateUsageAttribute