Join | Joins two map objects to form the intersection of the two views. |
P4Map | Overloaded. Initializes a new instance of the P4Map class. |
Count | Returns the number of view lines in the map. |
Clear | Clears all view lines from the map. |
Dispose | Cleans up unmanaged resources. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Includes | Determines if the path is contained in the view. |
IncludesAll | Determines if the view contains all of the specified paths. |
IncludesAny | Determines if the view contains any of the specified paths. |
Insert | Inserts a new view line at the end of the map. |
Insert2 | Overloaded. Inserts a new view line at the end of the map. |
IsEmpty | Returns true if the map has no lines. |
Lhs | Gets the left-hand side of the view lines. |
Reverse | Reverses the view lines. |
Rhs | Gets the right-hand side of the view lines. |
ToArray | Gets a list of the view lines. |
ToString | Returns string representation of the view. |
Translate | Overloaded. Translates a list of paths through the view. |
TranslateReverse | Overloaded. Translates a list of paths through the reverse view (left-to-right). |
Finalize | Calls dispose method if not already disposed. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |