ConstructorInfoWrapper.GetHashCode Method

This member overrides Object.GetHashCode().

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Overrides Function GetHashCode As Integer
‘사용 방법
Dim instance As ConstructorInfoWrapper
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

Type: System.Int32

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace