Share via


PexInstrumentTypeAttributeBase.CacheTargetTypes Method

Definition

Overloads

CacheTargetTypes()

Caches the target types.

CacheTargetTypes(SafeSet<TypeDefinition>)

Caches the target types.

CacheTargetTypes()

Caches the target types.

protected:
 virtual Microsoft::ExtendedReflection::Collections::IIndexable<System::String ^> ^ CacheTargetTypes();
protected virtual Microsoft.ExtendedReflection.Collections.IIndexable<string> CacheTargetTypes ();
abstract member CacheTargetTypes : unit -> Microsoft.ExtendedReflection.Collections.IIndexable<string>
override this.CacheTargetTypes : unit -> Microsoft.ExtendedReflection.Collections.IIndexable<string>
Protected Overridable Function CacheTargetTypes () As IIndexable(Of String)

Returns

Microsoft.ExtendedReflection.Collections.IIndexable<String>

Returns Microsoft.ExtendedReflection.Collections.IIndexable`1.

Applies to

CacheTargetTypes(SafeSet<TypeDefinition>)

Caches the target types.

protected:
 abstract void CacheTargetTypes(Microsoft::ExtendedReflection::Collections::SafeSet<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ types);
protected abstract void CacheTargetTypes (Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> types);
abstract member CacheTargetTypes : Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> -> unit
Protected MustOverride Sub CacheTargetTypes (types As SafeSet(Of TypeDefinition))

Parameters

types
Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition>

The types.

Applies to