Class IndexesCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<System.Int32>
IndexesCollection
Inherited Members
System.Collections.ObjectModel.Collection<System.Int32>.Add(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.Clear()
System.Collections.ObjectModel.Collection<System.Int32>.CopyTo(System.Int32[], System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.Contains(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Int32>.IndexOf(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.Insert(System.Int32, System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.Remove(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.ClearItems()
System.Collections.ObjectModel.Collection<System.Int32>.InsertItem(System.Int32, System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.SetItem(System.Int32, System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<System.Int32>.Count
System.Collections.ObjectModel.Collection<System.Int32>.Items
System.Collections.ObjectModel.Collection<System.Int32>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.Generic.ICollection<System.Int32>.IsReadOnly
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class IndexesCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Constructors
IndexesCollection()
Declaration
public IndexesCollection()
IndexesCollection(IList<Int32>)
Declaration
public IndexesCollection(IList<int> list)
Parameters
System.Collections.Generic.IList<System.Int32>
list
|
IndexesCollection(Int32[])
Declaration
public IndexesCollection(int[] intArray)
Parameters
System.Int32[]
intArray
|
Methods
ConvertToString()
Declaration
public string ConvertToString()
Returns
System.String
|
InitializeCodeExpression()
Declaration
public string InitializeCodeExpression()
Returns
System.String
|
Matches(IndexesCollection)
Declaration
public bool Matches(IndexesCollection indexesCollection)
Parameters
IndexesCollection
indexesCollection
|
Returns
System.Boolean
|