System.ComponentModel.IListSource.ContainsListCollection Property

Gets a value indicating whether the collection is a collection of IList objects.

Syntax

public bool ContainsListCollection { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Using this property in System.Data.DataSet returns true because the System.Data.DataSet class contains a collection of collections. Using this property in System.Data.DataTable returns false because the System.Data.DataTable class contains a collection of objects.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0