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