ExpressionEditorAttribute.GetHashCode Método

Definición

Recupera el código hash del valor de este atributo ExpressionEditorAttribute.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Devoluciones

Código hash del valor de este atributo ExpressionEditorAttribute.

Comentarios

El valor de un ExpressionEditorAttribute atributo es el valor de su EditorTypeName propiedad .

Se aplica a