OperationParameterInfo.Position 属性

定义

获取或设置关联操作参数的签名位置。

public:
 property int Position { int get(); void set(int value); };
public int Position { get; set; }
member this.Position : int with get, set
Public Property Position As Integer

属性值

表示 Int32 关联操作参数的签名位置。

适用于