Interface IIndexerImplementation
Assembly: RCaron.dll
View Source
Declarationcsharp
public interface IIndexerImplementation
Declarationcsharp
public interface IIndexerImplementation
Methods
Do(Motor, object?, ref object?, ref Type?)
View Source
Declarationcsharp
bool Do(Motor motor, object? indexerValue, ref object? value, ref Type? type)
Declarationcsharp
bool Do(Motor motor, object? indexerValue, ref object? value, ref Type? type)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
RCaron.Motor | motor |
System.Object | indexerValue |
System.Object | value |
System.Type | type |
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)