| Table of Contents
|
public class XUriMap<T>
| Visibility | Description |
|---|---|
| Public | XUriMap() |
| Visibility | Description |
|---|---|
| Public | Count Total number of Uri's in map. |
| Public | Keys Enumerable of all Uri's in map. |
| Public | this[XUri key] Retrieve a reference object by it's Uri. |
| Visibility | Description |
|---|---|
| Public | Clear() Clear map of all entries. |
| Public | TryGetValue(XUri key, out T value) Try to get the best matching parent uri. |
| Public | TryGetValue(XUri key, out T value, out int similarity) Try to get the best matching parent uri. |
| Public | Add(XUri key, T value) Add a new entry to the map. |
| Public | Remove(XUri key) Remove an entry from the map by its key Uri. |
| Public | GetValues(XUri uri) Get all parent matches for a key. |
| Public | ToString() (Inherited from Object) |
| Public | Equals(object obj) (Inherited from Object) |
| Public | GetHashCode() (Inherited from Object) |
| Public | GetType() (Inherited from Object) |
| Protected | MemberwiseClone() (Inherited from Object) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by