Clear
Up
SharpKit Reference
SharpKit.AspNetAjax
SharpKit.ExtJs
SharpKit.SenchaTouch-2.0.0
SharpKit.FireFox.Firebug
SharpKit.Html4
SharpKit.Html
SharpKit.Html.Linq
SharpKit.JavaScript
SharpKit.jQTouch
SharpKit.jQuery
SharpKit.jQueryUI
SharpKit.jQueryUI.Controls
SharpKit.JsClr
SharpKit.KnockoutJs-1.2.1
SharpKit.jQueryMobile-1.0b1
SharpKit.RxJS
SharpKit.Rx
AsyncSubject Class
BehaviorSubject Class
BooleanDisposable Class
CompositeDisposable Class
ConnectableObservable Class
Disposable Class
GroupedObservable Class
IObservable Interface
IObserver Interface
ISubject Interface
List Class
List Constructor
List Constructor
Add Method
Clear Method
GetCount Method
GetItem Method
IndexOf Method
Remove Method
RemoveAt Method
SetItem Method
ToArray Method
MutableDisposable Class
Notification Class
Observable Class
Observer Class
Pattern Class
Plan Class
RefCountDisposable Class
ReplaySubject Class
Scheduler Class
Subject Class
XmlHttpRequestDetails Class
SharpKit.Raphael
List Class
Represents mutable List semantics in JavaScript
Namespace:
SharpKit.Rx
Base Types
System.Object
Constructors
Name
Description
List()
Creates a new List.
List(Func<object, bool, bool>)
Methods
Name
Description
Add(object)
Adds item to the list.
Clear()
Clears the list.
GetCount()
Returns the amount of items in the list.
GetItem(int)
returns item at position index.
IndexOf(object)
Searches item in the list and returns it index if found, returns -1 otherwise.
Remove(object)
Tries to remove item from list, returns boolean indicating success.
RemoveAt(int)
Removes item at index.
SetItem(int, object)
Replaces value at postition index with item.
ToArray()
© Copyright 2005-2011 SharpKit. All rights reserved.