Parameter.isLazyArray

Determine if parameter is a lazy array of delegates. If so, return the return type of those delegates. If not, return NULL.

Returns T if the type is one of the following forms: T delegate()[] T delegate()dim

class Parameter
isLazyArray
()
Suggestion Box / Bug Report