Get() private méthode

private Get ( int &slot ) : int
slot int
Résultat int
 // This is used to make sure we are actually reading and writing to
 // memory to fetch the slot (rather than possibly using a value
 // cached in a register).
 internal bool IsValid()
 {
     return(m_helper.Get(ref m_slot) != -1);
 }