.NET Framework Class Library  

CodeDelegateCreateExpression.DelegateType Property

Gets or sets the data type of the delegate.

[Visual Basic]
Public Property DelegateType As CodeTypeReference
[C#]
public CodeTypeReference DelegateType {get; set;}
[C++]
public: __property CodeTypeReference* get_DelegateType();
public: __property void set_DelegateType(CodeTypeReference*);
[JScript]
public function get DelegateType() : CodeTypeReference;
public function set DelegateType(CodeTypeReference);

Property Value

A CodeTypeReference that indicates the data type of the delegate.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDom Namespace