This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents a list of integers

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
[]
public class IntList : <int>, <int>, 
	, 
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Class IntList _
	Implements (Of Integer), (Of Integer),  _
	, 

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..IntList

See Also

IntList Members
Smartsite.Base Namespace
Advanced