ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







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

/ 873