ResolvedCollection ClassResolvedCollection ClassResolvedCollection Class
- XmlPrime 4.1
- Other Versions ▼
A collection that has been collection from an ICollectionResolverICollectionResolverICollectionResolver.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.ResolvedCollectionXmlPrime.ResolvedCollectionXmlPrime::ResolvedCollection
Syntax
Public Class ResolvedCollection _ Implements IResolvedCollection, _ System.Collections.Generic.IReadOnlyCollection(Of T), _ IEnumerable(Of System.Xml.XPath.XPathItem), _ System.Collections.IEnumerable
public class ResolvedCollection : IResolvedCollection, System.Collections.Generic.IReadOnlyCollection<T>, IEnumerable<System.Xml.XPath.XPathItem>, System.Collections.IEnumerable
public: ref class ResolvedCollection : IResolvedCollection^, System.Collections.Generic::IReadOnlyCollection<T>^, IEnumerable<System.Xml.XPath::XPathItem^>, System.Collections::IEnumerable^
The ResolvedCollectionResolvedCollectionResolvedCollection
type exposes the following members.
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a collection. |