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


In This Topic
    NSequentialPropertyStorage Class Members
    In This Topic

    The following tables list the members exposed by NSequentialPropertyStorage.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns true if the storage is empty.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the property container  
    Public MethodOverriden to create an identical copy of the storage and the objects, which each bucket may contain  
    Public MethodDetermines whether the container contains a value for the specified key  
    Public MethodDetermines if the objects are equal  
    Public Method  
    Public MethodOverloaded. Gets the value associated with the specified key. If the specified key is not found, it returns a null reference.  
    Public MethodRemoves the value for the specified key  
    Public MethodSets the value associated with the specified key. If the key was not found a new entry will be created.  
    Top
    See Also