'Declaration
Public Default Property Item( _ ByVal opType As OperatorType _ ) As INOperator
'Usage
Dim instance As NOperatorContainer Dim opType As OperatorType Dim value As INOperator instance.Item(opType) = value value = instance.Item(opType)
public INOperator this[ OperatorType opType ]; {get; set;}
Parameters
- opType