PexCreatableSetAttributeBase.GetCachedCreatables 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.
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.