Initializes a new instance of the
Property class.
Namespace: Altaxo.Main.Services.PropertyReflectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Property(
Object instance,
PropertyDescriptor property
)
Parameters
- instance Object
- The object instance that owns the property.
- property PropertyDescriptor
- The reflected property descriptor.
See Also