OperationParameterInfoCollection.IList.Add(Object) Yöntem

Tanım

Öğesine bir öğe ekler IList .

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

Parametreler

value
Object

Öğesine eklenecek nesne IList .

Döndürülenler

Int32

Öğenin koleksiyona eklenmemiş olduğunu göstermek için, yeni öğenin eklendiği konum veya-1.

Uygulamalar

Şunlara uygulanır