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

NameDescription
System.Type typeThe type of a delegate to produce a type builder from. This type must be a delegate.

Returns

A newly created FunctionTypeBuilder .