Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

IAFList Methods

  • Last UpdatedNov 18, 2025
  • 3 minute read
IAFList Methods

The IAFList type exposes the following members.

Methods

  NameDescription
Public method
Add
Adds an item to the IList.
(Inherited from IList.)
Public method
Clear
Removes all items from the IList.
(Inherited from IList.)
Public method
Contains(Object)
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public method
Contains(Guid)
This method determines whether the collection contains a specific item referenced by id.
Public method
Contains(String)
This method determines whether the collection contains a specific item referenced by name.
Public method
CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public method
GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public method
IndexOf
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public method
Insert
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public method
Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public method
RemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)
Public method
Sort
Sorts the items in the entire collection using the default comparer.
Public method
Sort(IComparer)
Sorts the items in the entire collection using the specified comparer.
Public method
Sort(Int32, Int32, IComparer)
Sorts the items in a range of items in the collection using the specified comparer.

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in