Definition
Assembly: System.Private.CoreLib.dll Namespace: SystemSyntax
Summary
This type is defined in System.Private.CoreLib.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
GetFieldValue Extension
Extension method from
System.Breakdance_Assemblies_ObjectExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object | - |
fieldName | string | - |
throwIfNull | bool | - |
Returns
Type:object
GetPropertyValue Extension
Extension method from
System.Breakdance_Assemblies_ObjectExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object | - |
propertyName | string | - |
throwIfNull | bool | - |
Returns
Type:object
SetFieldValue Extension
Extension method from
System.Breakdance_Assemblies_ObjectExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object | - |
fieldName | string | - |
val | object | - |
SetPropertyValue Extension
Extension method from
System.Breakdance_Assemblies_ObjectExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object | - |
propertyName | string | - |
val | object | - |