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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.