Interface IPropertyAccessor
Assembly: RCaron.dll
View Source
Declarationcsharppublic interface IPropertyAccessor
Declarationcsharppublic interface IPropertyAccessor
Methods
Do(Motor, string, ref object?, ref Type?)
View Source
Declarationcsharpbool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Declarationcsharpbool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Returns
System.Boolean
Parameters
| Type | Name |
|---|---|
| RCaron.Motor | motor |
System.String | propertyName |
System.Object | value |
System.Type | type |
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)