PropertyAccessorCanWrite Property
Gets whether the property can be written (has set accessor or is a ref property).
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool CanWrite { get; }
Public ReadOnly Property CanWrite As Boolean
Get
public:
property bool CanWrite {
bool get ();
}
member CanWrite : bool with get
Property Value
Boolean