PropertyMethodInfo Constructor

Constructor.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PropertyMethodInfo(
	MethodInfo method,
	Object instance,
	PropertyAttribute attribute
)

Parameters

method  MethodInfo
The .NET method info.
instance  Object
The host object that contains the given method.
attribute  PropertyAttribute
The property attribute.

See Also