Index.Implicit(Int32 to Index) 演算子

定義

整数を . に変換します Index

public:
 static operator Index(int value);
public static implicit operator Index (int value);
static member op_Implicit : int -> Index
Public Shared Widening Operator CType (value As Integer) As Index

パラメーター

value
Int32

変換する整数。

戻り値

Index

整数を表すインデックス。

適用対象