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