FromFunctionType(System.Type)
Method in FunctionTypeBuilder
Summary
Creates a new FunctionTypeBuilder based on a delegate type.
Parameters
Name
Description
System.Type
type
The type of a delegate to produce a type builder from. This type must be a delegate.
Returns
A newly created FunctionTypeBuilder .
Last updated