C# Class xstream.DynamicInstanceBuilder

Exibir arquivo Open project: srushti/xstream.net Class Usage Examples

Private Properties

Property Type Description
GetDelegateParameterTypes System.Type[]
GetDynamicInstance object

Public Methods

Method Description
CreateInstance ( Type type ) : object

Private Methods

Method Description
GetDelegateParameterTypes ( Type d ) : System.Type[]
GetDynamicInstance ( Type type ) : object

Method Details

CreateInstance() public static method

public static CreateInstance ( Type type ) : object
type System.Type
return object