C# Class JsonFx.UI.Jbst.JbstCommandBase.EnumerableAdapter

A simple adapter for exposing the IEnumerable interface without exposing the IJsonSerializable interface
In order to wrap the output of the JbstControl IJsonSerializable was required, but this takes precedent over the IEnumerable interface which is what should be rendered inside the wrapper.
Inheritance: IEnumerable
Show file Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
EnumerableAdapter ( IEnumerable enumerable ) : System

Ctor

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

EnumerableAdapter() public method

Ctor
public EnumerableAdapter ( IEnumerable enumerable ) : System
enumerable IEnumerable
return System