An extension to the IEnumerable<(Of <(<'T>)>)> interface
that allows for indexed access and retrieval of the element count.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IListEnumerable<T> : IEnumerable<T>, IEnumerable |
| Visual Basic |
|---|
Public Interface IListEnumerable(Of T) _ Inherits IEnumerable(Of T), IEnumerable |
Type Parameters
- T
- The type of the contained elements.
Remarks
This interface is like a rudimentary read-only IList<(Of <(<'T>)>)>