Interface IField
Represents reflected field.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IField : IMember<FieldInfo>, ICustomAttributeProvider
Properties
| Improve this Doc View SourceIsReadOnly
Indicates that field is read-only.
Declaration
bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean |