IParameter.Position Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the position of the parameter in the parameter list.
int Position { get; }

Property Value

int
The zero-based position of the parameter in the parameter list, or -1 if the parameter is a return parameter.