Initializes a new instance of MaxNewInstancesAttribute
with the types of the instances that should be checked and the maximum
number of new instances allowed.
Overload List
| Name | Description | |
|---|---|---|
|
|
MaxNewInstancesAttribute(String, Int32) |
Initializes a new instance of MaxNewInstancesAttribute
with the type name of the instances that should be checked and the maximum
number of new instances allowed.
|
|
|
MaxNewInstancesAttribute(array<String>[]()[][], Int32) |
Initializes a new instance of MaxNewInstancesAttribute
with the type namess of the instances that should be checked and the maximum
number of new instances allowed.
|
|
|
MaxNewInstancesAttribute(Type, Int32) |
Initializes a new instance of MaxNewInstancesAttribute
with the type of the instances that should be checked and the maximum
number of new instances allowed.
|
|
|
MaxNewInstancesAttribute(array<Type>[]()[][], Int32) |
Initializes a new instance of MaxNewInstancesAttribute
with the types of the instances that should be checked and the maximum
number of new instances allowed.
|