IList
IList Interface
public interface IList<out T>
where T : Mobilize.QualityMate.ControlInterfaces.IControlProperties
IList.Items Property
System.Collections.Generic.IEnumerable<T> Items { get; }IList.this[int] Property
IList.this[string] Property
Methods
IList.ElementAt(int) Method
IList.First() Method
IList.First(Func<T,bool>) Method
IList.IndexOf(TElement) Method
Remarks
Last updated
Was this helpful?