Property Type
Type
Gets the Type of the instances that should be checked when the target method has been executed.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Remarks
If more than one type should be checked or
if the types have been specified using name strings
,
then this property will return null
.