Overload List
| Name | Description | |
|---|---|---|
|
|
NoNewInstancesAttribute()()()() |
Initializes a new instance of NoNewInstancesAttribute.
|
|
|
NoNewInstancesAttribute(String) |
Initializes a new instance of NoNewInstancesAttribute
with the type name of the instances that should be checked
when the target method has been executed.
|
|
|
NoNewInstancesAttribute(array<String>[]()[][]) |
Initializes a new instance of NoNewInstancesAttribute
with the type of the instances that should be checked
when the target method has been executed.
|
|
|
NoNewInstancesAttribute(Type) |
Initializes a new instance of NoNewInstancesAttribute
with the type of the instances that should be checked
when the target method has been executed.
|
|
|
NoNewInstancesAttribute(array<Type>[]()[][]) |
Initializes a new instance of NoNewInstancesAttribute
with the types of the instances that should be checked
when the target method has been executed.
|