共用方式為


PexCreatableSetAttributeBase.GetCachedCreatables Method

Definition

Gets the cached creatables.

protected:
 abstract void GetCachedCreatables(Microsoft::ExtendedReflection::Collections::SafeList<Microsoft::Pex::Engine::Creatable::IPexCreatableDefinition ^> ^ list);
protected abstract void GetCachedCreatables (Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Creatable.IPexCreatableDefinition> list);
abstract member GetCachedCreatables : Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Creatable.IPexCreatableDefinition> -> unit
Protected MustOverride Sub GetCachedCreatables (list As SafeList(Of IPexCreatableDefinition))

Parameters

list
Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Creatable.IPexCreatableDefinition>

The list.

Applies to