DataView.IList.Add(Object) Método
Definição
Para obter uma descrição desse membro, confira Add(Object).For a description of this member, see Add(Object).
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object? value);
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
Para obter uma descrição desse membro, confira Add(Object).For a description of this member, see Add(Object).
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DataView é convertida em uma interface de IList.It can be used only when the DataView instance is cast to an IList interface.