PexAssumeAttributeBase.ValidateTargetIsNotNull(IPexLog, Name) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates this attribute in the case that the target may not be null.
protected:
bool ValidateTargetIsNotNull(Microsoft::Pex::Engine::Logging::IPexLog ^ log, Microsoft::ExtendedReflection::Metadata::Names::Name ^ targetName);
protected bool ValidateTargetIsNotNull (Microsoft.Pex.Engine.Logging.IPexLog log, Microsoft.ExtendedReflection.Metadata.Names.Name targetName);
member this.ValidateTargetIsNotNull : Microsoft.Pex.Engine.Logging.IPexLog * Microsoft.ExtendedReflection.Metadata.Names.Name -> bool
Protected Function ValidateTargetIsNotNull (log As IPexLog, targetName As Name) As Boolean
Parameters
- log
- Microsoft.Pex.Engine.Logging.IPexLog
The log.
- targetName
- Microsoft.ExtendedReflection.Metadata.Names.Name
Name of the target.