Initializes a new instance of the DelegateTypeInfo class to represent the delegate called within the specified source file and with the specified event descriptor.
[Visual Basic] Overloads Public Sub New( _ ByVal sourceFile As ICodeSourceFile, _ ByVal delegateClass As Type _ ) [C#] public DelegateTypeInfo( ICodeSourceFile sourceFile, Type delegateClass ); [C++] public: DelegateTypeInfo( ICodeSourceFile* sourceFile, Type* delegateClass ); [JScript] public function DelegateTypeInfo( sourceFile : ICodeSourceFile, delegateClass : Type );
DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace | DelegateTypeInfo Constructor Overload List