Click or drag to resize

TypeDeclGetDelegateParameters Method

Get the delegate parameters of the type (if any).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual ICollection GetDelegateParameters()

Return Value

Type: ICollection

Implements

ITypeDeclGetDelegateParameters
See Also