PropertyAccessorCanWrite Property

Gets whether the property can be written (has set accessor or is a ref property).

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool CanWrite { get; }

Property Value

Boolean

See Also