ReadOnlyLocator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ReadOnlyLocator : Microsoft::Practices::ObjectBuilder::ReadableLocator
public class ReadOnlyLocator : Microsoft.Practices.ObjectBuilder.ReadableLocator
type ReadOnlyLocator = class
inherit ReadableLocator
Public Class ReadOnlyLocator
Inherits ReadableLocator
- Inheritance
Constructors
ReadOnlyLocator(IReadableLocator) |
Properties
Count | |
ParentLocator | |
ReadOnly |
Methods
Contains(Object, SearchMode) | |
Contains(Object) | (Inherited from ReadableLocator) |
FindBy(Predicate<KeyValuePair<Object,Object>>) | (Inherited from ReadableLocator) |
FindBy(SearchMode, Predicate<KeyValuePair<Object,Object>>) | (Inherited from ReadableLocator) |
Get(Object, SearchMode) | |
Get(Object) | (Inherited from ReadableLocator) |
Get<TItem>() | (Inherited from ReadableLocator) |
Get<TItem>(Object, SearchMode) | (Inherited from ReadableLocator) |
Get<TItem>(Object) | (Inherited from ReadableLocator) |
GetEnumerator() | |
SetParentLocator(IReadableLocator) | (Inherited from ReadableLocator) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from ReadableLocator) |