Loading...
Method in FunctionTypeBuilder
Creates a new FunctionTypeBuilder based on a delegate type.
public static FunctionTypeBuilder FromFunctionType(System.Type type)
System.Type type
System.Type
The type of a delegate to produce a type builder from. This type must be a delegate.
A newly created FunctionTypeBuilder .