Class DynamicExtensions
Represents the dynamic extensions.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public static class DynamicExtensions
Methods
| Improve this Doc View SourceHasProperty(Object, String)
Determines whether has property.
Declaration
public static bool HasProperty(this object object, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
String | propertyName | The property name.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|