IField Interface
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
Definition
Defines a contract for accessing field metadata.
public interface IField : IWithCustomModifiers, ITypeMember
- Extends
- Implemented by
Properties
| IsEnumValue | Gets a value indicating whether the field is an enum value. |
| IsFixedSizeBuffer | Gets a value indicating whether the field is a fixed-size buffer. |
| IsLiteral | Gets a value indicating whether the field is a literal (constant). |
| IsReadOnly | Gets a value indicating whether the field is read-only. |
| IsVolatile | Gets a value indicating whether the field is volatile. |
| LiteralValue | Gets the constant value of the field, if it is a literal. |
| Type | Gets the type of the field. |
Methods
Extension Methods