Nevron .NET Vision
Nevron.Collections Namespace / NStringList Class
Properties Methods


In This Topic
    NStringList Class Members
    In This Topic

    The following tables list the members exposed by NStringList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyTyped indexer  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a string to the end of the collection.  
    Public MethodOverloaded. Copies the elements of a string array to the end of the collection.  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodOverridden. Creates an exact replica of this object.  
    Public MethodDetermines whether the specified string is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of strings, starting at the specified index of the target array.  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodSearches for the specified string and returns the zero-based index of the first occurrence within the collection.  
    Public MethodInserts a string at the specified index.  
    Public MethodRemoves the first occurrence of a specific string from the collection.  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodRemoves a range of elements from the string list.  
    Public MethodConverts the string list to a system array.  
    Top
    See Also