Overload | Description |
---|---|
NotHaveExplicitProperty(Type,String,String,Object[]) | Asserts that the current System.Type does not explicitly implement a property named name from interface interfaceType. |
NotHaveExplicitProperty<TInterface>(String,String,Object[]) | Asserts that the current System.Type does not explicitly implement a property named name from interface TInterface. |