ItemWithIndexTDeconstruct Method |
Namespace:
Linq.Extras
Assembly:
Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntaxpublic void Deconstruct(
out T item,
out int index
)
Public Sub Deconstruct (
<OutAttribute> ByRef item As T,
<OutAttribute> ByRef index As Integer
)
member Deconstruct :
item : 'T byref *
index : int byref -> unit
Parameters
- item
- Type: T
The item. - index
- Type: SystemInt32
The index.
See Also