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

정수(integer)를 나타내는 인덱스입니다.

적용 대상