ParameterDirectionKind enumeration

ParameterDirectionKind is an Enumeration that defines literals used to specify direction of parameters.

Enumeration literals

NameDescription
inIndicates that Parameter values are passed in by the caller.
inoutIndicates that Parameter values are passed in by the caller and (possibly different) values passed out to the caller.
outIndicates that Parameter values are passed out to the caller.
returnIndicates that Parameter values are passed as return values back to the caller.