Skip to main content

Struct TreeTemplateRuntimeHandle

Namespace: VelloSharp.TreeDataGrid.Templates
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeTemplateRuntimeHandle : IEquatable<TreeTemplateRuntimeHandle>

Implements

IEquatable<TreeTemplateRuntimeHandle>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeTemplateRuntimeHandle(Guid, nint)

public TreeTemplateRuntimeHandle(Guid HandleId, nint NativeHandle)

Parameters

HandleId Guid

NativeHandle nint

Properties

HandleId

public Guid HandleId { get; init; }

Property Value

Guid

IsValid

public bool IsValid { get; }

Property Value

bool

NativeHandle

public nint NativeHandle { get; init; }

Property Value

nint