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