次の方法で共有


SourcePoint クラス

定義

SourcePoint は、ソース コードまたはメモリ内のオブジェクトをバックアップする宣言型オブジェクトへの行と文字のインデックスを表します。

public class SourcePoint : IEquatable<Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint>
type SourcePoint = class
    interface IEquatable<SourcePoint>
Public Class SourcePoint
Implements IEquatable(Of SourcePoint)
継承
SourcePoint
実装

コンストラクター

SourcePoint()

SourcePoint クラスの新しいインスタンスを初期化します。

SourcePoint(Int32, Int32)

SourcePoint クラスの新しいインスタンスを初期化します。

プロパティ

CharIndex

lineindex から行の char インデックスを取得または設定します。

LineIndex

ソース ファイルの行番号を取得または設定します。

メソッド

DeepClone()

SourcePoint の新しいインスタンスを作成します。 すべてのプロパティは再帰的に複製されます。

Equals(Object)

現在 SourcePoint の が別のオブジェクトと等しいことを示します。

Equals(SourcePoint)

現在 SourcePoint の が同じ型の別のオブジェクトと等しいことを示します。

From(JsonReader)

JsonReader からポイントを取得します。

GetHashCode()

現在 SourcePointの のハッシュ コードを作成します。

ReadObjectWithSourcePoints<T>(JsonReader, Func<JsonReader,T>, SourcePoint, SourcePoint)

オブジェクトを T として読み取り、読み取られたオブジェクトの始点/終点を返します。

ToString()

現在の SourcePoint を表す文字列を返します。

適用対象