다음을 통해 공유


Unit.GetHashCode 메서드

단위 값의 해시 코드를 가져옵니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)

구문

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Unit
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

Return Value

형식: System.Int32
단위 값의 해시 코드입니다.

참고 항목

참조

단위 구조

System.Reactive 네임스페이스