Interface IField<F>
Represents static field.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IField<F> : IField, IMember<FieldInfo>, ICustomAttributeProvider
Type Parameters
Name | Description |
---|---|
F | Type of field . |
Properties
| Improve this Doc View SourceValue
Obtains managed pointer to the static field.
Declaration
F Value { get; }
Property Value
Type | Description |
---|---|
F | The managed pointer to the static field. |