次の方法で共有


Subscription.GetHashCode メソッド

現在のインスタンスのハッシュ コードを計算します。

Namespace:Microsoft.Reactive.Testing
アセンブリ: Microsoft.Reactive.Testing (Microsoft.Reactive.Testing.dll)

構文

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Subscription
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

戻り値

型: System.Int32
ハッシュ コードです。

参照

リファレンス

サブスクリプションの構造

Microsoft.Reactive.Testing 名前空間