FunctionTypeBuilder.FromFunctionType(System.Type)
Method in FunctionTypeBuilder
Summary
Creates a new FunctionTypeBuilder based on a delegate type.
public static FunctionTypeBuilder FromFunctionType(System.Type 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 .