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

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

Syntax

C#Copy imageCopy Code
public class SmartlistBase<T> : <T>
Visual Basic (Declaration)Copy imageCopy Code
Public Class SmartlistBase(Of T) _
	Inherits (Of T)

Type Parameters

T
Type to use

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..CaseInsensitiveDictionary<(Of <T>)>
    Smartsite.Tools..::..SmartlistBase<(Of <(<'T>)>)>
      Smartsite.Tools..::..Smartlist
      Smartsite.Tools..::..StringSmartlist

See Also

Advanced