Pair

Pair

System.Web.UI (system.web.dll)class

This class is used internally for the LosFormatter. It contains two types that can be serialized into view state.

public class Pair {
// Public Constructors
   public Pair( );
   public Pair(object x, object y);
// Public Instance Fields
   public object First;
   public object Second;
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace