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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.