Interface IIndexerImplementation
Assembly: RCaron.dll
View Source
Declarationcsharppublic interface IIndexerImplementation
Declarationcsharppublic interface IIndexerImplementation
Methods
Do(Motor, object?, ref object?, ref Type?)
View Source
Declarationcsharpbool Do(Motor motor, object? indexerValue, ref object? value, ref Type? type)
Declarationcsharpbool 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?)