GenericPair<TValue1,TValue2>.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.
Replaces the stored pair of values in the GenericPair<TValue1,TValue2> object.
public:
Microsoft::VisualC::StlClr::GenericPair<TValue1, TValue2> ^ op_Assign(Microsoft::VisualC::StlClr::GenericPair<TValue1, TValue2> ^ _Right);
public Microsoft.VisualC.StlClr.GenericPair<TValue1,TValue2> op_Assign (Microsoft.VisualC.StlClr.GenericPair<TValue1,TValue2> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.GenericPair<'TValue1, 'TValue2> -> Microsoft.VisualC.StlClr.GenericPair<'TValue1, 'TValue2>
Public op_Assign (_Right As GenericPair(Of TValue1, TValue2)) As GenericPair(Of TValue1, TValue2)
Parameters
- _Right
- GenericPair<TValue1,TValue2>
The GenericPair<TValue1,TValue2> object to copy.
Returns
This method returns *this.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.