An extension to the IEnumerable<(Of <(<'T>)>)> interface
that allows for indexed access and retrieval of the element count.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, ApplyToMembers = true)] public interface IListEnumerable<T> : IEnumerable<T>, IEnumerable |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True, _ ApplyToMembers := True)> _ 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>)>)>