Class FieldInfoExtensions
Represents the field info extensions.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public static class FieldInfoExtensions
Methods
| Improve this Doc View SourceGetStaticValue<T>(FieldInfo)
Gets the static value using the specified field info.
Declaration
public static T GetStaticValue<T>(this FieldInfo fieldInfo)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | fieldInfo | The field info.
|
Returns
Type | Description |
---|---|
T | The
|
Type Parameters
Name | Description |
---|---|
T | The .
|