跳到主要内容
版本:Next

Interface IPropertyAccessor

Assembly: RCaron.dll​
View Source​
Declaration
csharp
public interface IPropertyAccessor
Declaration
csharp
public interface IPropertyAccessor

Methods​

Do(Motor, string, ref object?, ref Type?)​

View Source​
Declaration
csharp
bool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Declaration
csharp
bool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Returns​

System.Boolean

Parameters​
TypeName
RCaron.Motormotor
System.StringpropertyName
System.Objectvalue
System.Typetype

Extension Methods​