Click or drag to resize
DataGridLengthGetHashCode Method
Gets a hash code for the System.Windows.Controls.DataGridLength.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current System.Windows.Controls.DataGridLength.
See Also