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