NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParameterInfo.PositionImpl

The position of the parameter.

[Visual Basic]
Protected PositionImpl As Integer
[C#]
protected int PositionImpl;
[C++]
protected: int PositionImpl;
[JScript]
protected var PositionImpl : int;

Remarks

A protected parameter and is intended for users subclassing ParameterInfo. Zero based position this parameter occupies in the parameter list. This method is inaccessible due to its protection level. The name of the parameter can be accessed through Position.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace