Skip to main content

Struct TreeTemplateBindings

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

public readonly record struct TreeTemplateBindings : IEquatable<TreeTemplateBindings>

Implements

IEquatable<TreeTemplateBindings>

Inherited Members

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

Constructors

TreeTemplateBindings(IReadOnlyDictionary<string, object?>)

public TreeTemplateBindings(IReadOnlyDictionary<string, object?> Values)

Parameters

Values IReadOnlyDictionary<string, object?>

Properties

Empty

public static TreeTemplateBindings Empty { get; }

Property Value

TreeTemplateBindings

Values

public IReadOnlyDictionary<string, object?> Values { get; init; }

Property Value

IReadOnlyDictionary<string, object?>

Methods

TryGetValue(string, out object?)

public bool TryGetValue(string key, out object? value)

Parameters

key string

value object?

Returns

bool