Click or drag to resize

RoutedGetterPropertyTMerge Method

Merges a value into this property.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Merge(
	T t
)

Parameters

t  T
The value to merge.
See Also