Share via


FunctionSignatureWithReturnType Class

Definition

Class representing a function signature using EDM types.

public sealed class FunctionSignatureWithReturnType
type FunctionSignatureWithReturnType = class
Public NotInheritable Class FunctionSignatureWithReturnType
Inheritance
FunctionSignatureWithReturnType

Constructors

FunctionSignatureWithReturnType(IEdmTypeReference, IEdmTypeReference[])

Constructor taking all the argument types.

Properties

ArgumentTypes

The argument types for this function signature.

ReturnType

The return type of this function signature.

Applies to