NamespaceDefinition.Parent Property

Definition

Gets the parent namespace.

public:
 property System::Reflection::Metadata::NamespaceDefinitionHandle Parent { System::Reflection::Metadata::NamespaceDefinitionHandle get(); };
public System.Reflection.Metadata.NamespaceDefinitionHandle Parent { get; }
member this.Parent : System.Reflection.Metadata.NamespaceDefinitionHandle
Public ReadOnly Property Parent As NamespaceDefinitionHandle

Property Value

The parent namespace.

Applies to