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
Public method 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.
Public method 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.
Public method 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.
Public method 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.

See Also