Overload List

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

See Also