ParameterAdapter.Position Property

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

Definition

Gets the position of the parameter in the parameter list.
public virtual 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.