[]
The state list base.
public class StateList<T> : ListBase<T>, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, IStateManager where T : IStateManager
Public Class StateList(Of T As IStateManager)
Inherits ListBase(Of T)
Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IList, ICollection, IEnumerable, IStateManager
Name | Description |
---|---|
T |
Name | Description |
---|---|
StateList() | Initializes a new instance of the StateList<T> class. |
Name | Description |
---|---|
LoadViewState(object) | When implemented by a class, loads the server control's previously saved view state to the control. |
SaveViewState() | When implemented by a class, saves the changes to a server control's view state to a object. |