LowLevel.SortedMap Class
From NanoXLSX
NanoXLSX Library Documentation
![]() | LowLevelSortedMap Class |
Class to manage key value pairs (string / string). The entries are in the order how they were added
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public class SortedMap
The LowLevelSortedMap type exposes the following members.
| Name | Description | |
|---|---|---|
| LowLevelSortedMap |
Default constructor
|
| Name | Description | |
|---|---|---|
| Count |
Number of map entries
| |
| Item |
Indexer to get the specific value by the key
| |
| Keys |
Gets the keys of the map as list
| |
| Values |
Gets the values of the map as values
|
| Name | Description | |
|---|---|---|
| Add |
Adds a key value pair to the map. If the key already exists, only its index will be returned
| |
| ContainsKey |
Gets whether the specified key exists in the map
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
