Class PropertyExtensions
Various extension methods for property reflection.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.dll
Syntax
public static class PropertyExtensions
Methods
View Sourceget_IsExternalInit(PropertyInfo)
Checks whether the initialization of the property is allowed during object construction.
Declaration
public static bool get_IsExternalInit(PropertyInfo property)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyInfo | property |
Returns
| Type | Description |
|---|---|
| bool |