Method | Description | |
---|---|---|
CreateType ( string name, Type>.IDictionary |
Creates the type.
|
|
CreateType ( string name, IEnumerable |
Creates the type.
|
public static CreateType ( string name, Type>.IDictionary |
||
name | string | The name. |
properties | Type>.IDictionary | The property names and its corresponding types. |
return |
public static CreateType ( string name, IEnumerable |
||
name | string | The name. |
properties | IEnumerable |
The properties. |
return |