Overload List

  Name Description
Public method NoInstancesAttribute(String)
Initializes a new instance of NoInstancesAttribute with the type name of the instances that should be checked after the target method has been executed.
Public method NoInstancesAttribute(array<String>[]()[][])
Initializes a new instance of NoInstancesAttribute with the type of the instances that should be checked after the target method has been executed.
Public method NoInstancesAttribute(Type)
Initializes a new instance of NoInstancesAttribute with the type of the instances that should be checked after the target method has been executed.
Public method NoInstancesAttribute(array<Type>[]()[][])
Initializes a new instance of NoInstancesAttribute with the types of the instances that should be checked after the target method has been executed.

See Also