IFieldInfo.EncapsulateField Method
| CodeIt.Right SDK Class Library |
|
IFieldInfo.EncapsulateField Method
Provides a quick way to create a property from the field.
Parameters
-
propertyName
-
New property name.
-
modifiers
-
New property modifiers.
-
isReadOnly
-
Is new property read-only
-
updateLocalReferences
-
Update references in type where field is declared
Remarks
Example
To be added.
See Also
IFieldInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace