Méthode | Description | |
---|---|---|
Convert ( object o ) : IEnumerable |
Convert an object to a list of numbers.
|
|
Convert ( double val ) : object |
Convert the numeric representation back to the original type.
|
|
EnumerableProperty ( ) : System |
Default constructor.
|
|
EnumerableProperty ( int length ) : System |
Constructor.
|
|
GetColumns ( ) : IEnumerable |
Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
|
public Convert ( object o ) : IEnumerable |
||
o | object | Object. |
Résultat | IEnumerable |
public EnumerableProperty ( int length ) : System | ||
length | int | The length. |
Résultat | System |