IMethodInfo.MethodToProperty Method
| CodeIt.Right SDK Class Library |
|
IMethodInfo.MethodToProperty Method
Converts a non-void method without parameters to a read-only property, and void method with exactly one parameter to write-only property.
Parameters
-
propertyName
-
Name of a property.
Remarks
Example
To be added.
See Also
IMethodInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace