TraceReader.GetChar(Int32) 方法

定義

取得指定欄位的字元值。

public:
 virtual char GetChar(int ordinal);
public char GetChar(int ordinal);
abstract member GetChar : int -> char
override this.GetChar : int -> char
Public Function GetChar (ordinal As Integer) As Char

參數

ordinal
Int32

一個 Int32 指定要從哪一欄位置取得 by 字元值的值。

傳回

指定 Char 欄位的值。

實作

範例

Readme_Tracer

適用於