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