GroupCollection.IList.Add(Object) Yöntem

Tanım

Bu yöntemin çağrılması her zaman oluşturur NotSupportedException.

 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

Parametreler

value
Object

Grup koleksiyonuna eklenecek nesne.

Döndürülenler

Bu yöntemin çağrılması her zaman oluşturur NotSupportedException.

Uygulamalar

Özel durumlar

Bu yöntem desteklenmez. Bu salt okunur bir koleksiyondur.

Şunlara uygulanır