Index.Implicit(Int32 to Index) Operator

Definition

Wandelt eine ganze Zahl in eine 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

Parameter

value
Int32

Die zu konvertierende Ganze Zahl.

Gibt zurück

Ein Index, der die ganze Zahl darstellt.

Gilt für: