Table of Contents

Interface IParseCollectionO

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for parsing collections from object lists.

public interface IParseCollectionO
Extension Methods

Methods

ParseCollection(IList<object>)

Parses collection from list of objects. For reverse process use ToString() method.

void ParseCollection(IList<object> list)

Parameters

list IList<object>

List of objects to parse.