Click or drag to resize

ExpectedTypeOfViewAttribute(Type) Constructor

Initializes a new instance of the ExpectedTypeOfViewAttribute class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ExpectedTypeOfViewAttribute(
	Type type
)

Parameters

type  Type
The expected view type.
See Also