PexInstrumentTypeAttributeBase.AddTypeAndNestedType 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.
Recursively adds type,
protected:
void AddTypeAndNestedType(Microsoft::ExtendedReflection::Collections::SafeSet<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ types, Microsoft::ExtendedReflection::Metadata::TypeDefinition ^ type);
protected void AddTypeAndNestedType (Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> types, Microsoft.ExtendedReflection.Metadata.TypeDefinition type);
member this.AddTypeAndNestedType : Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> * Microsoft.ExtendedReflection.Metadata.TypeDefinition -> unit
Protected Sub AddTypeAndNestedType (types As SafeSet(Of TypeDefinition), type As TypeDefinition)
Parameters
- types
- Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
- type
- Microsoft.ExtendedReflection.Metadata.TypeDefinition