Summary
Determines if the specified property is static or not.
- Namespace
- ReactiveUI
- Containing Type
- Reflection
Syntax
public static bool IsStatic(this PropertyInfo item)
Parameters
Name | Type | Description |
---|---|---|
item | PropertyInfo | The property information to check. |
Return Value
Type | Description |
---|---|
bool | If the property is static or not. |