IAssemblyManifest.Delegates property
Gets the list of delegate types in the assembly.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property Delegates As IList(Of Type)
Get
'Usage
Dim instance As IAssemblyManifest
Dim value As IList(Of Type)
value = instance.Delegates
IList<Type> Delegates { get; }
Property value
Type: System.Collections.Generic.IList<Type>
A System.Collections.IList interface that represents the collection of delegate types.