Delegate {System} .NET clr documentation

Delegate

Description

Declare

            
# namespace System
export class Delegate {
   Method: MethodInfo;
   Target: any kind;
}

        

.NET clr type reference tree

  1. use by property member Method: MethodInfo
  2. use by property member Target: any kind

[Package {$package} version {$version} Index]