MetadataBuilder.AddNestedType 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.
Defines a nesting relationship to specified type definitions.
public:
void AddNestedType(System::Reflection::Metadata::TypeDefinitionHandle type, System::Reflection::Metadata::TypeDefinitionHandle enclosingType);
public void AddNestedType (System.Reflection.Metadata.TypeDefinitionHandle type, System.Reflection.Metadata.TypeDefinitionHandle enclosingType);
member this.AddNestedType : System.Reflection.Metadata.TypeDefinitionHandle * System.Reflection.Metadata.TypeDefinitionHandle -> unit
Public Sub AddNestedType (type As TypeDefinitionHandle, enclosingType As TypeDefinitionHandle)
Parameters
- type
- TypeDefinitionHandle
The nested type definition handle.
- enclosingType
- TypeDefinitionHandle
The enclosing type definition handle.
Remarks
Entries must be added in the same order as the corresponding nested type definitions.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.