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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.