次の方法で共有


PexFocusOnAttributeBase.GetUncachedIncludedMethods(IPexLog) Method

Definition

Gets the uncached included methods.

protected:
 abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::MethodDefinition ^> ^ GetUncachedIncludedMethods(Microsoft::Pex::Engine::Logging::IPexLog ^ log);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition> GetUncachedIncludedMethods (Microsoft.Pex.Engine.Logging.IPexLog log);
abstract member GetUncachedIncludedMethods : Microsoft.Pex.Engine.Logging.IPexLog -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>
Protected MustOverride Function GetUncachedIncludedMethods (log As IPexLog) As IIndexable(Of MethodDefinition)

Parameters

log
Microsoft.Pex.Engine.Logging.IPexLog

Returns

Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>

Applies to