Index.Implicit(Int32 to Index) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an integer number to an Index.
public:
static operator Index(int value);
C#
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
The integer to convert.
An index representing the integer.
製品 | バージョン |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。