Interface IParseCollectionIndexes
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing collections from string lists using specified indexes.
public interface IParseCollectionIndexes
- Extension Methods
Methods
ParseCollection(List<string>, params int[])
Parses collection from list of strings using specified indexes. For reverse process use ToString() method. Parameter must be list due to parsing by indexes.
void ParseCollection(List<string> lines, params int[] indexes)