A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/dotnet/api/system.delegate.target below:

Delegate.Target Property (System) | Microsoft Learn

Delegate.Target Property Definition

Gets the class instance on which the current delegate invokes the instance method.

public:
 property System::Object ^ Target { System::Object ^ get(); };
public object Target { get; }
public object? Target { get; }
member this.Target : obj
Public ReadOnly Property Target As Object
Property Value

The object on which the current delegate invokes the instance method, if the delegate represents an instance method; null if the delegate represents a static method.

Remarks

An instance method is a method that is associated with an instance of a class; a static method is a method that is associated with the class itself.

If the delegate invokes one or more instance methods, this property returns the target of the last instance method in the invocation list.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4