adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / StringList Class
Members


In This Topic
    StringList Class
    In This Topic
    A list of strings
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class StringList 
       Inherits System.Collections.ObjectModel.Collection(Of String)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class StringList : System.Collections.ObjectModel.Collection<string> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class StringList : public System.Collections.ObjectModel.Collection<String> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          ArcanaDevelopment.adTempus.Client.Collections.StringList

    See Also