protected abstract T CreateOperand( string value )
Protected MustOverride Function CreateOperand ( value As String ) As T
protected: virtual T CreateOperand( String^ value ) abstract
abstract CreateOperand : value : string -> 'T
In This Article