ReadWriteLocator Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The ReadWriteLocator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadWriteLocator | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add |
Adds an object to the locator, with the given key.
|
|
Contains |
Determine if the locator contains an object for the given key.
(Inherited from ReadableLocator.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindBy |
Finds objects in the locator using the predicate, and returns a temporary locator filled with the found objects.
(Inherited from ReadableLocator.) |
|
Get | Overloaded. | |
GetEnumerator |
Returns an enumerator that iterates through the locator.
(Inherited from ReadableLocator.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes an object from the locator.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of items in the locator.
(Inherited from ReadableLocator.) |
|
ParentLocator |
Gets the parent locator.
(Inherited from ReadableLocator.) |
|
ReadOnly |
Determines if the locator is read-only.
(Overrides ReadableLocator.ReadOnly.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the locator.
(Inherited from ReadableLocator.) |