Action « Language Basics « VB.Net






1.Action Delegate encapsulates a method that has no parameters and does not return a value.
2.Action(T1, T2) Delegate represents a method that has two parameters and does not return a value.