ValueAction<T1, T2, T3, T4>
public struct ValueAction<T1, T2, T3, T4> : IValueDelegate<Action<T1, T2, T3, T4>>, ICallable<Action<T1, T2, T3, T4>>, ICallable, IConvertible<Action<T1, T2, T3, T4>>, ISupplier<Action<T1, T2, T3, T4>>, IEquatable<ValueAction<T1, T2, T3, T4>>
Represents a pointer to the method with fourth parameters and Void return type.
Indicates that this delegate doesn't refer to any method.
Gets the object on which the current pointer invokes the method.
Initializes a new pointer to the method.
Initializes a new pointer based on extracted pointer from the delegate.
Determines whether the pointers represent the same method.
Converts this pointer into Action<T, U, V, W>.
Determines whether the pointers represent different methods.
Determines whether this object points to the same method as other object.
Invokes method by pointer.
Converts this pointer into Action<T, U, V, W>.