ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 462
نمايش فراداده

Triplet

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

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

public class 

Triplet { // Public Constructors public

Triplet ( ); public

Triplet (object

x , object

y ); public

Triplet (object

x , object

y , object

z ); // Public Instance Fields public object

First ; public object

Second ; public object

Third ; }