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

适用于