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


In This Topic
    NCollection Class Members
    In This Topic

    The following tables list the members exposed by NCollection.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyThe number of elements contained in the Collection.  
    Public Propertytrue if access to the ICollection is synchronized (thread-safe); otherwise, false.  
    Public PropertyCollection indexer method  
    Public PropertyAn object that can be used to synchronize access to the ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object  
    Public MethodCopies the elements of the Collection to an Array, starting at a particular Array index.  
    Public Method  
    Public MethodReturns an enumerator that can iterate through a collection.  
    Public MethodSearches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.  
    Public MethodOverloaded. Searches for the specified Object and returns the zero-based index of the last occurrence within the entire collection.  
    Public Method  
    Top
    See Also