June 2002
Intermediate to advanced
816 pages
28h 12m
English
Triplet
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 Sub New() Public Sub New(ByVal x As Object, ByVal y As Object) Public Sub New(ByVal x As Object, ByVal y As Object, ByVal z As Object) ' Public Instance Fields public First As Object public Second As Object public Third As Object End Class
Read now
Unlock full access