EncryptionPropertyCollection.IList.Add(Object) Método
Definição
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
Retornos
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.