C# Class Underscore.Object.DynamicComponent

Inheritance: IDynamicComponent
Exibir arquivo Open project: konkked/Underscore.cs

Public Methods

Method Description
DynamicComponent ( IPropertyComponent property ) : System.Collections.Generic
ToDynamic ( object value ) : dynamic

Method Details

DynamicComponent() public method

public DynamicComponent ( IPropertyComponent property ) : System.Collections.Generic
property IPropertyComponent
return System.Collections.Generic

ToDynamic() public method

public ToDynamic ( object value ) : dynamic
value object
return dynamic