Constructs a FakePropertyMeta instance.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- getterMethodMeta
- Type: Cognex.Vision.Meta MethodMeta
A MethodMeta to act as the property getter.
- setterMethodMeta
- Type: Cognex.Vision.Meta MethodMeta
A MethodMeta to act as the property setter. The setterMethodMeta can be null to create a read only FakePropertyMeta.
See Also