ContainerRandomAccessIterator<TValue> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt.
Přetížení
ContainerRandomAccessIterator<TValue>() |
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt. |
ContainerRandomAccessIterator<TValue>(ContainerRandomAccessIterator<TValue>) |
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt z existujícího ContainerRandomAccessIterator<TValue> objektu. |
ContainerRandomAccessIterator<TValue>(IRandomAccessContainer<TValue>, Int32) |
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt z existujícího IRandomAccessContainer<TValue> objektu. |
ContainerRandomAccessIterator<TValue>()
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt.
public:
ContainerRandomAccessIterator();
public ContainerRandomAccessIterator ();
Public Sub New ()
Platí pro
ContainerRandomAccessIterator<TValue>(ContainerRandomAccessIterator<TValue>)
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt z existujícího ContainerRandomAccessIterator<TValue> objektu.
public:
ContainerRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public ContainerRandomAccessIterator (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value>
Public Sub New (_Right As ContainerRandomAccessIterator(Of TValue))
Parametry
Existující ContainerRandomAccessIterator<TValue> objekt, který se má zkopírovat do aktuálního kontejneru.
Platí pro
ContainerRandomAccessIterator<TValue>(IRandomAccessContainer<TValue>, Int32)
Přidělí a inicializuje nový ContainerRandomAccessIterator<TValue> objekt z existujícího IRandomAccessContainer<TValue> objektu.
public:
ContainerRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::IRandomAccessContainer<TValue> ^ _Cont, int _Offset);
public ContainerRandomAccessIterator (Microsoft.VisualC.StlClr.Generic.IRandomAccessContainer<TValue> _Cont, int _Offset);
new Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IRandomAccessContainer<'Value> * int -> Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value>
Public Sub New (_Cont As IRandomAccessContainer(Of TValue), _Offset As Integer)
Parametry
Existující IRandomAccessContainer<TValue> objekt, který se má zkopírovat do aktuálního kontejneru.
- _Offset
- Int32
Posun prvku, na který bude iterátor odkazovat po vytvoření.