C# Class Simple.Data.SqlAnywhereTest.WeirdType

Inheritance: System.Dynamic.DynamicObject
Exibir arquivo Open project: richardhopton/Simple.Data.SqlAnywhere Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
TryConvert ( ConvertBinder binder, object &result ) : bool
WeirdType ( object value ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TryConvert() public method

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
return bool

WeirdType() public method

public WeirdType ( object value ) : System
value object
return System