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