New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public ItemCollection()

Properties

C#
[DataMember]
public List<string> Collection { get; set; }
C#
public int Count { get; }

Implements: ICollection<string>.Count

C#
public bool IsFixedSize { get; }
C#
public bool IsReadOnly { get; }

Implements: ICollection<string>.IsReadOnly

C#
public bool IsSynchronized { get; }
C#
public object SyncRoot { get; }
C#
public string this[int index] { get; set; }
Parameters:indexint

Implements: IList<string>.this[int]

Methods

C#
public void Add(string value)
Parameters:valuestring

Implements: ICollection<string>.Add(string)

C#
public void Clear()

Implements: ICollection<string>.Clear()

C#
public bool Contains(string value)
Parameters:valuestringReturns:

bool

Implements: ICollection<string>.Contains(string)

C#
public void CopyTo(string[] array, int index)
Parameters:arraystring[]indexint

Implements: ICollection<string>.CopyTo(string[], int)

C#
public override void FromRealObject(object o)
Parameters:oobject

Overrides: AutomationObject<ItemCollection>.FromRealObject(object)

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<ItemCollection>.GetRealType()

C#
public int IndexOf(string value)
Parameters:valuestringReturns:

int

Implements: IList<string>.IndexOf(string)

C#
public void Insert(int index, string value)
Parameters:indexintvaluestring

Implements: IList<string>.Insert(int, string)

C#
public bool Remove(string value)
Parameters:valuestringReturns:

bool

Implements: ICollection<string>.Remove(string)

C#
public void RemoveAt(int index)
Parameters:indexint

Implements: IList<string>.RemoveAt(int)

C#
public override object ToRealObject()
Returns:

object

Overrides: AutomationObject<ItemCollection>.ToRealObject()