Edit

Share via


ServiceReferenceCollectionEditor(Type) Constructor

Definition

Initializes a new instance of the ServiceReferenceCollectionEditor class by using the specified collection type.

public:
 ServiceReferenceCollectionEditor(Type ^ type);
public ServiceReferenceCollectionEditor (Type type);
new System.Web.UI.Design.ServiceReferenceCollectionEditor : Type -> System.Web.UI.Design.ServiceReferenceCollectionEditor
Public Sub New (type As Type)

Parameters

type
Type

The type of the collection to edit.

Applies to