Inherited Member
Meaning in Life
Method
This property returns a System.Reflection.MethodInfo type that
represents details of a static method maintained by the delegate.
Target
If the method to be called is defined at the object level (rather than a
static method), Target returns an object that represents the method
maintained by the delegate. If the value returned from Target
equals null, the method to be called is a static member.
Combine()
This static method adds a method to the list maintained by the
delegate. In C#, you trigger this method using the overloaded +=
operator as a shorthand notation.
GetInvocationList()
This method returns an array of System.Delegate types, each
representing a particular method that may be invoked.
Remove()
These static methods remove a method (or all methods) from the
RemoveAll()
delegate’s invocation list. In C#, the Remove() method can be called
indirectly using the overloaded -= operator.
Do'stlaringiz bilan baham: |