Generic Delegates

Added in .NET 3.5
Two generic delegate data types are available.
These have been introduced so you do not have to define your own.
You can use delegates to pass a method as a parameter without having to declare a custom delegate.


System.Func



System.Action



System.Predicate




© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext