PropertyMethodInfo Constructor
Constructor.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.