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; }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net