| DiscoveryReferenceCollection | |
| System.Web.Services.Discovery (system.web.services.dll) | sealed class |
This class provides a collection of discovery references (instances
of one of the three classes that inherit from
DiscoveryReference). It can be used to represent
all the references in a given discovery document.public sealed class DiscoveryReferenceCollection : CollectionBase {
// Public Constructors
public DiscoveryReferenceCollection ( );
// Public Instance Properties
public DiscoveryReference this [int i ]{set; get; }
// Public Instance Methods
public int Add (DiscoveryReference value );
public bool Contains (DiscoveryReference value );
public void Remove (DiscoveryReference value );
}
Hierarchy
System.Object 
System.Collections.CollectionBase(System.Collections.IList,
System.Collections.ICollection,
System.Collections.IEnumerable)

DiscoveryReferenceCollection