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