ContainerBidirectionalIterator<TValue>.Assign Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns the given ContainerBidirectionalIterator<TValue> object to the current object.
public:
Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value>
Public op_Assign (_Right As ContainerBidirectionalIterator(Of TValue)) As ContainerBidirectionalIterator(Of TValue)
Parameters
The ContainerBidirectionalIterator<TValue> object to assign to the current object.
Returns
The current object (*this).
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา