Show / Hide Table of Contents

Class AnswerItemCollection

Inheritance
System.Object
System.Collections.ArrayList
AnswerItemCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
Inherited Members
System.Collections.ArrayList.Adapter(System.Collections.IList)
System.Collections.ArrayList.Add(System.Object)
System.Collections.ArrayList.AddRange(System.Collections.ICollection)
System.Collections.ArrayList.BinarySearch(System.Int32, System.Int32, System.Object, System.Collections.IComparer)
System.Collections.ArrayList.BinarySearch(System.Object)
System.Collections.ArrayList.BinarySearch(System.Object, System.Collections.IComparer)
System.Collections.ArrayList.Clear()
System.Collections.ArrayList.Clone()
System.Collections.ArrayList.Contains(System.Object)
System.Collections.ArrayList.CopyTo(System.Array)
System.Collections.ArrayList.CopyTo(System.Array, System.Int32)
System.Collections.ArrayList.CopyTo(System.Int32, System.Array, System.Int32, System.Int32)
System.Collections.ArrayList.FixedSize(System.Collections.IList)
System.Collections.ArrayList.FixedSize(System.Collections.ArrayList)
System.Collections.ArrayList.GetEnumerator()
System.Collections.ArrayList.GetEnumerator(System.Int32, System.Int32)
System.Collections.ArrayList.IndexOf(System.Object)
System.Collections.ArrayList.IndexOf(System.Object, System.Int32)
System.Collections.ArrayList.IndexOf(System.Object, System.Int32, System.Int32)
System.Collections.ArrayList.Insert(System.Int32, System.Object)
System.Collections.ArrayList.InsertRange(System.Int32, System.Collections.ICollection)
System.Collections.ArrayList.LastIndexOf(System.Object)
System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32)
System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32, System.Int32)
System.Collections.ArrayList.ReadOnly(System.Collections.IList)
System.Collections.ArrayList.ReadOnly(System.Collections.ArrayList)
System.Collections.ArrayList.Remove(System.Object)
System.Collections.ArrayList.RemoveAt(System.Int32)
System.Collections.ArrayList.RemoveRange(System.Int32, System.Int32)
System.Collections.ArrayList.Repeat(System.Object, System.Int32)
System.Collections.ArrayList.Reverse()
System.Collections.ArrayList.Reverse(System.Int32, System.Int32)
System.Collections.ArrayList.SetRange(System.Int32, System.Collections.ICollection)
System.Collections.ArrayList.GetRange(System.Int32, System.Int32)
System.Collections.ArrayList.Sort()
System.Collections.ArrayList.Sort(System.Collections.IComparer)
System.Collections.ArrayList.Sort(System.Int32, System.Int32, System.Collections.IComparer)
System.Collections.ArrayList.Synchronized(System.Collections.IList)
System.Collections.ArrayList.Synchronized(System.Collections.ArrayList)
System.Collections.ArrayList.ToArray()
System.Collections.ArrayList.ToArray(System.Type)
System.Collections.ArrayList.TrimToSize()
System.Collections.ArrayList.Capacity
System.Collections.ArrayList.Count
System.Collections.ArrayList.IsFixedSize
System.Collections.ArrayList.IsReadOnly
System.Collections.ArrayList.IsSynchronized
System.Collections.ArrayList.SyncRoot
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: Votations.NSurvey.WebControls.UI
Assembly: SurveyProject.WebControls.dll
Syntax
public class AnswerItemCollection : ArrayList, IList, ICollection, IEnumerable, ICloneable

Properties

Item[Int32]

Declaration
public AnswerItem this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
AnswerItem

Methods

Add(AnswerItem)

Declaration
public int Add(AnswerItem answerItem)
Parameters
Type Name Description
AnswerItem answerItem
Returns
Type Description
System.Int32

Contains(AnswerItem)

Declaration
public bool Contains(AnswerItem answerItem)
Parameters
Type Name Description
AnswerItem answerItem
Returns
Type Description
System.Boolean

Insert(Int32, AnswerItem)

Declaration
public void Insert(int index, AnswerItem answerItem)
Parameters
Type Name Description
System.Int32 index
AnswerItem answerItem

Remove(AnswerItem)

Declaration
public void Remove(AnswerItem answerItem)
Parameters
Type Name Description
AnswerItem answerItem

Implements

System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
In This Article
Back to top Generated by DocFX