Click or drag to resize

Property Constructor

Initializes a new instance of the Property class.

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Property(
	Object instance,
	PropertyDescriptor property
)

Parameters

instance  Object
The object instance that owns the property.
property  PropertyDescriptor
The reflected property descriptor.
See Also