Interface IPropertyAccessor
Assembly: RCaron.dll
View Source
Declarationcsharp
public interface IPropertyAccessor
Declarationcsharp
public interface IPropertyAccessor
Methods
Do(Motor, string, ref object?, ref Type?)
View Source
Declarationcsharp
bool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Declarationcsharp
bool 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?)