CallSite<(Of <(<'T>)>)> Class
Dynamic site type.
Namespace:
System.Runtime.CompilerServicesAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] public sealed class CallSite<T> : CallSite
<ExternalAttribute> _ Public NotInheritable Class CallSite(Of T) _ Inherits CallSite
[ExternalAttribute] generic<typename T> public ref class CallSite sealed : public CallSite
Type Parameters
- T
- The delegate type.
Inheritance Hierarchy
System.Runtime.CompilerServices..::..CallSite
System.Runtime.CompilerServices..::..CallSite<(Of <(<'T>)>)>