Edit

Share via


MethodDefinition.GetDeclaringType Method

Definition

Returns a handle to the type that declares this method.

public:
 System::Reflection::Metadata::TypeDefinitionHandle GetDeclaringType();
public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType();
member this.GetDeclaringType : unit -> System.Reflection.Metadata.TypeDefinitionHandle
Public Function GetDeclaringType () As TypeDefinitionHandle

Returns

Applies to