The RegisteredContent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RegisteredContent | Initializes a new instance of the RegisteredContent class |
Methods
| Name | Description | |
|---|---|---|
| Add(String, String) | ||
| Add(String, String, String) | ||
| Clear | ||
| ContainsKey(String) | ||
| ContainsKey(String, String) | ||
| 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.) | |
| GetEnumerator | ||
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsOriginalContent |
Checks to see if the in memory content is the same as the original source content.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(String) | ||
| Remove(String, String) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue(String, String%) | ||
| TryGetValue(String, String, String%) |
Extension Methods
| Name | Description | |
|---|---|---|
| AsIndexedEnumerable<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>) |
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.) |
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| Item[([( String])]) | ||
| Item[([( String, String])]) | ||
| Keys | ||
| Values |