Method GetColumn
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
GetColumn<T>(uint)
Gets a column with the desired format.
IEnumerable<T> GetColumn<T>(uint columnIdx) where T : IConvertible
Parameters
columnIdx
uintIndex of the desired column.
Returns
- IEnumerable<T>
An IEnumerable<T> with the desired column.
Type Parameters
T
Type of the Column.