Overload List
| Name | Description | |
|---|---|---|
|
|
AllowInstancesAttribute(String) |
Initializes a new instance of AllowInstancesAttribute
with the type name of the instances that should be allowed
when the target method has been executed.
|
|
|
AllowInstancesAttribute(array<String>[]()[][]) |
Initializes a new instance of AllowInstancesAttribute
with the type names of the instances that should be allowed
when the target method has been executed.
|
|
|
AllowInstancesAttribute(Type) |
Initializes a new instance of AllowInstancesAttribute
with the type of the instances that should be allowed
when the target method has been executed.
|
|
|
AllowInstancesAttribute(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.
|