IResolvedCollection InterfaceIResolvedCollection InterfaceIResolvedCollection Interface
- XmlPrime 4.0
- Other Versions ▼
Defines the methods supported by a collection that has been returned from an ICollectionResolverICollectionResolverICollectionResolver.
Syntax
Public Interface IResolvedCollection _ Implements System.Collections.Generic.IReadOnlyCollection(Of T), _ IEnumerable(Of System.Xml.XPath.XPathItem), _ System.Collections.IEnumerable
public interface IResolvedCollection : System.Collections.Generic.IReadOnlyCollection<T>, IEnumerable<System.Xml.XPath.XPathItem>, System.Collections.IEnumerable
public: interface class IResolvedCollection : System.Collections.Generic::IReadOnlyCollection<T>^, IEnumerable<System.Xml.XPath::XPathItem^>, System.Collections::IEnumerable^
The IResolvedCollectionIResolvedCollectionIResolvedCollection
type exposes the following members.
Methods
Method | Description | |
---|---|---|
![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a collection.(Inherited from System.Collections.IEnumerableSystem.Collections.IEnumerableSystem.Collections::IEnumerable) |
![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from System.Collections.Generic.IEnumerable<T>System.Collections.Generic.IEnumerable(Of T)System.Collections.Generic::IEnumerable<T>) |