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