ContainerRandomAccessIterator<TValue>.Implicit 运算符

定义

public:
 operator Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue> ^();
public implicit operator Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue> ();
member this.op_Implicit : unit -> Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<'Value>
Public Widening Operator CType () As IRandomAccessIterator(Of TValue)

返回

当前迭代器,作为一个 IRandomAccessIterator<TValue>

适用于