Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
Menu
Action « Language Basics « VB.Net
VB.Net
Language Basics
Action
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.