A RetroSearch Logo

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

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.delegate below:

Delegate Class (System) | Microsoft Learn

Clone()

Creates a shallow copy of the delegate.

Combine(Delegate, Delegate)

Concatenates the invocation lists of two delegates.

Combine(Delegate[])

Concatenates the invocation lists of an array of delegates.

Combine(ReadOnlySpan<Delegate>)

Concatenates the invocation lists of an span of delegates.

CombineImpl(Delegate)

Concatenates the invocation lists of the specified multicast (combinable) delegate and the current multicast (combinable) delegate.

CreateDelegate(Type, MethodInfo, Boolean)

Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind.

CreateDelegate(Type, MethodInfo)

Creates a delegate of the specified type to represent the specified method.

CreateDelegate(Type, Object, MethodInfo, Boolean)

Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument and the specified behavior on failure to bind.

CreateDelegate(Type, Object, MethodInfo)

Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument.

CreateDelegate(Type, Object, String, Boolean, Boolean)

Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance, with the specified case-sensitivity and the specified behavior on failure to bind.

CreateDelegate(Type, Object, String, Boolean)

Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance with the specified case-sensitivity.

CreateDelegate(Type, Object, String)

Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.

CreateDelegate(Type, Type, String, Boolean, Boolean)

Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.

CreateDelegate(Type, Type, String, Boolean)

Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity.

CreateDelegate(Type, Type, String)

Creates a delegate of the specified type that represents the specified static method of the specified class.

DynamicInvoke(Object[])

Dynamically invokes (late-bound) the method represented by the current delegate.

DynamicInvokeImpl(Object[])

Dynamically invokes (late-bound) the method represented by the current delegate.

EnumerateInvocationList<TDelegate>(TDelegate)

Gets an enumerator for the invocation targets of this delegate.

Equals(Object)

Determines whether the specified object and the current delegate are of the same type and share the same targets, methods, and invocation list.

GetHashCode()

Returns a hash code for the delegate.

GetInvocationList()

Returns the invocation list of the delegate.

GetMethodImpl()

Gets the method represented by the current delegate.

GetObjectData(SerializationInfo, StreamingContext)

Obsolete.

Not supported.

GetType()

Gets the Type of the current instance.

(Inherited from Object) MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object) Remove(Delegate, Delegate)

Removes the last occurrence of the invocation list of a delegate from the invocation list of another delegate.

RemoveAll(Delegate, Delegate)

Removes all occurrences of the invocation list of a delegate from the invocation list of another delegate.

RemoveImpl(Delegate)

Removes the invocation list of a delegate from the invocation list of another delegate.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

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.3