Property Underlying
Underlying
Null if this list is not a view.
Declaration
IList<T> Underlying { get; }
Property Value
Type | Description |
---|---|
IList<T> | Underlying list for view. |
Null if this list is not a view.
IList<T> Underlying { get; }
Type | Description |
---|---|
IList<T> | Underlying list for view. |