Index.Implicit(Int32 to Index) Opérateur

Définition

Convertit un nombre entier en un 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

Paramètres

value
Int32

Entier à convertir.

Retours

Index

Index représentant l’entier.

S’applique à