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.3179.0 (4.8.3179.0)
Syntax
C#
public Property(
	Object instance,
	PropertyDescriptor property
)

Parameters

instance  Object

[Missing <param name="instance"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.Property.#ctor(System.Object,System.ComponentModel.PropertyDescriptor)"]

property  PropertyDescriptor

[Missing <param name="property"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.Property.#ctor(System.Object,System.ComponentModel.PropertyDescriptor)"]

See Also