adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / StringList Class
Properties Methods

In This Topic
    StringList Class Members
    In This Topic

    The following tables list the members exposed by StringList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public PropertyGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method Adds entries from a delimited list  
    Public MethodRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodReturns the list as a single string with items separated by delimiter  
    Public MethodReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<string>)
    Top
    See Also