C# Class MassAssignment.DynamicTypeBuilder

显示文件 Open project: candanbolukbas/Secure-Programming-Samples Class Usage Examples

Public Methods

Method Description
GetDynamicType ( Type>.Dictionary fields, Type basetype, Type interfaces ) : Type

Private Methods

Method Description
DynamicTypeBuilder ( ) : System
GetTypeKey ( Type>.Dictionary fields ) : string

Method Details

GetDynamicType() public static method

public static GetDynamicType ( Type>.Dictionary fields, Type basetype, Type interfaces ) : Type
fields Type>.Dictionary
basetype System.Type
interfaces System.Type
return System.Type