Interface IProperty
Represents reflected property.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IProperty : IMember<PropertyInfo>, ICustomAttributeProvider
Properties
| Improve this Doc View SourceCanRead
Gets a value indicating whether the property can be read.
Declaration
bool CanRead { get; }
Property Value
Type | Description |
---|---|
Boolean |
CanWrite
Gets a value indicating whether the property can be written to.
Declaration
bool CanWrite { get; }
Property Value
Type | Description |
---|---|
Boolean |