IResolverResultSet Interface
Provides the base requirements of a result set from an IResolver resolution operation.
public interface IResolverResultSet
Properties
Results
Gets the collection of results from the resolution operation.
IResolverResultCollection Results { get; }
Property Value
- IResolverResultCollection:
The collection of results from the resolution operation.