BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Метод

Определение

Вставляет объект BasicProfileViolation в коллекцию в указанном местоположении.

public:
 void Insert(int index, System::Web::Services::Description::BasicProfileViolation ^ violation);
public void Insert (int index, System.Web.Services.Description.BasicProfileViolation violation);
member this.Insert : int * System.Web.Services.Description.BasicProfileViolation -> unit
Public Sub Insert (index As Integer, violation As BasicProfileViolation)

Параметры

index
Int32

Индекс (с нуля) места вставки параметра violation в коллекцию.

violation
BasicProfileViolation

Вставляемый объект BasicProfileViolation.

Применяется к