EncryptionPropertyCollection.RemoveAt(Int32) Метод
Определение
Удаляет объект EncryptionProperty по указанному индексу.Removes the EncryptionProperty object at the specified index.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Параметры
- index
- Int32
Индекс (с нуля) удаляемого объекта EncryptionProperty.The zero-based index of the EncryptionProperty object to remove.