EncryptionPropertyCollection.IList.Add(Object) Método

Definição

Adiciona um item ao IList.Adds an item to the IList.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parâmetros

value
Object

O Object para adicionar ao IList.The Object to add to the IList.

Retornos

Int32

A posição na qual o novo elemento foi inserido.The position into which the new element was inserted.

Implementações

Exceções

value usa um tipo de objeto incorreto.value uses an incorrect object type.

Aplica-se a