TypeBasedTagHelperDescriptorComparer.GetHashCode(TagHelperDescriptor) Método

Definición

Returns a hash code for the specified object.

public:
 virtual int GetHashCode(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^ descriptor);
public int GetHashCode (Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor descriptor);
override this.GetHashCode : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor -> int
Public Function GetHashCode (descriptor As TagHelperDescriptor) As Integer

Parámetros

descriptor
TagHelperDescriptor

Devoluciones

Int32

Implementaciones

Se aplica a