Skip to main content
Version: 0.1.0

Interface IIndexerImplementation

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

Methods​

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

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

System.Boolean

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

Extension Methods​